Html Css Color HEX #B64027 Medium Carmine

📋 copy color: '#B64027'

red 182 ◦ green 64 ◦ blue 39

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

Shades of Medium Carmine #B64027

Tints of Medium Carmine #B64027

RGB

 RED value IS 182 (71.48% from 255) = 63.86%

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 63.86%
G = 22.46%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B64027 (or 0xB64027) is known color: Medium Carmine. HEX triplet: B6, 40 and 27. RGB value is (182,64,39). Sum of RGB (Red+Green+Blue) = 182+64+39=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64027 is #49BFD8. Grayscale: #606060. Windows color (decimal): -4833241 or 2572470. OLE color: 2572470.

HSL color Cylindrical-coordinate representation of color #B64027: hue angle of 10.49º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B64027 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 39 -
CMYK 0 0.65 0.79 0.29
HSL 10.49º 0.65% 0.43% -
HSV(B) 10.49º 0.79% 0.71% -
XYZ 21.49 13.76 3.44 -
YUV 96.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 182 64 39 0 0.65 0.79 0.29 10.49 0.65 0.43
Hex B6 40 27 0 41 4F 1D A 41 2B
Octal 266 100 47 0 101 117 35 12 101 53
Binary 10110110 1000000 100111 0 1000001 1001111 11101 1010 1000001 101011

Color Harmonies of #B64027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64027

Black with #B64027

Text Example


Text Example

White with #B64027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64027; }

 p { color: rgb(182,64,39); }

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

background-color css

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

 a { background-color: rgb(182,64,39); }

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

border-color css

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

 span { border-color: rgb(182,64,39); }

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