Html Css Color HEX #B14024 Medium Carmine

📋 copy color: '#B14024'

red 177 ◦ green 64 ◦ blue 36

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

Shades of Medium Carmine #B14024

Tints of Medium Carmine #B14024

RGB

 RED value IS 177 (69.53% from 255) = 63.9%

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

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

R = 63.9%
G = 23.1%
B = 13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B14024 (or 0xB14024) is known color: Medium Carmine. HEX triplet: B1, 40 and 24. RGB value is (177,64,36). Sum of RGB (Red+Green+Blue) = 177+64+36=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B14024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14024 is #4EBFDB. Grayscale: #5E5E5E. Windows color (decimal): -5160924 or 2375857. OLE color: 2375857.

HSL color Cylindrical-coordinate representation of color #B14024: hue angle of 11.91º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B14024 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 36 -
CMYK 0 0.64 0.80 0.31
HSL 11.91º 0.66% 0.42% -
HSV(B) 11.91º 0.8% 0.69% -
XYZ 20.28 13.14 3.14 -
YUV 94.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 177 64 36 0 0.64 0.80 0.31 11.91 0.66 0.42
Hex B1 40 24 0 40 50 1F C 42 2A
Octal 261 100 44 0 100 120 37 14 102 52
Binary 10110001 1000000 100100 0 1000000 1010000 11111 1100 1000010 101010

Color Harmonies of #B14024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14024

Black with #B14024

Text Example


Text Example

White with #B14024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14024; }

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

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

background-color css

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

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

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

border-color css

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

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

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