Html Css Color HEX #B64428 Medium Carmine

📋 copy color: '#B64428'

red 182 ◦ green 68 ◦ blue 40

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

Shades of Medium Carmine #B64428

Tints of Medium Carmine #B64428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 62.76%
G = 23.45%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B64428 (or 0xB64428) is known color: Medium Carmine. HEX triplet: B6, 44 and 28. RGB value is (182,68,40). Sum of RGB (Red+Green+Blue) = 182+68+40=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B64428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64428 is #49BBD7. Grayscale: #636363. Windows color (decimal): -4832216 or 2639030. OLE color: 2639030.

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

Color convert

RGB 182 68 40 -
CMYK 0 0.63 0.78 0.29
HSL 11.83º 0.64% 0.44% -
HSV(B) 11.83º 0.78% 0.71% -
XYZ 21.74 14.23 3.61 -
YUV 98.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 182 68 40 0 0.63 0.78 0.29 11.83 0.64 0.44
Hex B6 44 28 0 3F 4E 1D C 40 2C
Octal 266 104 50 0 77 116 35 14 100 54
Binary 10110110 1000100 101000 0 111111 1001110 11101 1100 1000000 101100

Color Harmonies of #B64428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64428

Black with #B64428

Text Example


Text Example

White with #B64428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64428; }

 p { color: rgb(182,68,40); }

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

background-color css

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

 a { background-color: rgb(182,68,40); }

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

border-color css

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

 span { border-color: rgb(182,68,40); }

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