Html Css Color HEX #B44024 Medium Carmine

📋 copy color: '#B44024'

red 180 ◦ green 64 ◦ blue 36

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

Shades of Medium Carmine #B44024

Tints of Medium Carmine #B44024

RGB

 RED value IS 180 (70.7% from 255) = 64.29%

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

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 64.29%
G = 22.86%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B44024 (or 0xB44024) is known color: Medium Carmine. HEX triplet: B4, 40 and 24. RGB value is (180,64,36). Sum of RGB (Red+Green+Blue) = 180+64+36=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B44024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44024 is #4BBFDB. Grayscale: #5F5F5F. Windows color (decimal): -4964316 or 2375860. OLE color: 2375860.

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

Color convert

RGB 180 64 36 -
CMYK 0 0.64 0.8 0.29
HSL 11.67º 0.67% 0.42% -
HSV(B) 11.67º 0.8% 0.71% -
XYZ 20.97 13.5 3.17 -
YUV 95.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 180 64 36 0 0.64 0.8 0.29 11.67 0.67 0.42
Hex B4 40 24 0 40 50 1D C 43 2A
Octal 264 100 44 0 100 120 35 14 103 52
Binary 10110100 1000000 100100 0 1000000 1010000 11101 1100 1000011 101010

Color Harmonies of #B44024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44024

Black with #B44024

Text Example


Text Example

White with #B44024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44024; }

 p { color: rgb(180,64,36); }

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

background-color css

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

 a { background-color: rgb(180,64,36); }

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

border-color css

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

 span { border-color: rgb(180,64,36); }

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