Html Css Color HEX #B64028 Medium Carmine

📋 copy color: '#B64028'

red 182 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #B64028

Tints of Medium Carmine #B64028

RGB

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

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

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

R = 63.64%
G = 22.38%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B64028 (or 0xB64028) is known color: Medium Carmine. HEX triplet: B6, 40 and 28. RGB value is (182,64,40). Sum of RGB (Red+Green+Blue) = 182+64+40=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B64028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64028 is #49BFD7. Grayscale: #606060. Windows color (decimal): -4833240 or 2638006. OLE color: 2638006.

HSL color Cylindrical-coordinate representation of color #B64028: hue angle of 10.14º 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 #B64028 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 40 -
CMYK 0 0.65 0.78 0.29
HSL 10.14º 0.64% 0.44% -
HSV(B) 10.14º 0.78% 0.71% -
XYZ 21.51 13.77 3.53 -
YUV 96.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 182 64 40 0 0.65 0.78 0.29 10.14 0.64 0.44
Hex B6 40 28 0 41 4E 1D A 40 2C
Octal 266 100 50 0 101 116 35 12 100 54
Binary 10110110 1000000 101000 0 1000001 1001110 11101 1010 1000000 101100

Color Harmonies of #B64028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64028

Black with #B64028

Text Example


Text Example

White with #B64028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64028; }

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

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

background-color css

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

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

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

border-color css

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

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

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