Html Css Color HEX #B4432C Medium Carmine

📋 copy color: '#B4432C'

red 180 ◦ green 67 ◦ blue 44

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

Shades of Medium Carmine #B4432C

Tints of Medium Carmine #B4432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 61.86%
G = 23.02%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4432C (or 0xB4432C) is known color: Medium Carmine. HEX triplet: B4, 43 and 2C. RGB value is (180,67,44). Sum of RGB (Red+Green+Blue) = 180+67+44=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4432C is #4BBCD3. Grayscale: #626262. Windows color (decimal): -4963540 or 2900916. OLE color: 2900916.

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

Color convert

RGB 180 67 44 -
CMYK 0 0.63 0.76 0.29
HSL 10.15º 0.61% 0.44% -
HSV(B) 10.15º 0.76% 0.71% -
XYZ 21.28 13.9 3.94 -
YUV 98.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 180 67 44 0 0.63 0.76 0.29 10.15 0.61 0.44
Hex B4 43 2C 0 3F 4C 1D A 3D 2C
Octal 264 103 54 0 77 114 35 12 75 54
Binary 10110100 1000011 101100 0 111111 1001100 11101 1010 111101 101100

Color Harmonies of #B4432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4432C

Black with #B4432C

Text Example


Text Example

White with #B4432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4432C; }

 p { color: rgb(180,67,44); }

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

background-color css

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

 a { background-color: rgb(180,67,44); }

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

border-color css

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

 span { border-color: rgb(180,67,44); }

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