Html Css Color HEX #B34327 Medium Carmine

📋 copy color: '#B34327'

red 179 ◦ green 67 ◦ blue 39

#B34327
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B34327

Tints of Medium Carmine #B34327

RGB

 RED value IS 179 (70.31% from 255) = 62.81%

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 62.81%
G = 23.51%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B34327 (or 0xB34327) is known color: Medium Carmine. HEX triplet: B3, 43 and 27. RGB value is (179,67,39). Sum of RGB (Red+Green+Blue) = 179+67+39=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34327 is #4CBCD8. Grayscale: #616161. Windows color (decimal): -5029081 or 2573235. OLE color: 2573235.

HSL color Cylindrical-coordinate representation of color #B34327: hue angle of 12º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B34327 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 39 -
CMYK 0 0.63 0.78 0.30
HSL 12º 0.64% 0.43% -
HSV(B) 12º 0.78% 0.7% -
XYZ 20.96 13.74 3.47 -
YUV 97.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 179 67 39 0 0.63 0.78 0.30 12 0.64 0.43
Hex B3 43 27 0 3F 4E 1E C 40 2B
Octal 263 103 47 0 77 116 36 14 100 53
Binary 10110011 1000011 100111 0 111111 1001110 11110 1100 1000000 101011

Color Harmonies of #B34327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34327

Black with #B34327

Text Example


Text Example

White with #B34327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34327; }

 p { color: rgb(179,67,39); }

 H1.HeaderClassName
 {
   color: #B34327;
 }
 .AnyTagClassName
 {
   color: #B34327;
 }
</style>

background-color css

<style>
 a { background-color: #B34327; }

 a { background-color: rgb(179,67,39); }

 div.DivClassName
 {
   background-color: #B34327;
 }
 .BgClassName
 {
   background-color: #B34327;
 }
</style>

border-color css

<style>
 span { border-color: #B34327; }

 span { border-color: rgb(179,67,39); }

 td.TdClassName
 {
   border-color: #B34327;
 }
 .TagClassName
 {
   border-color: #B34327;
 }
</style>