Html Css Color HEX #B8432C Medium Carmine

📋 copy color: '#B8432C'

red 184 ◦ green 67 ◦ blue 44

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

Shades of Medium Carmine #B8432C

Tints of Medium Carmine #B8432C

RGB

 RED value IS 184 (72.27% from 255) = 62.37%

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

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

R = 62.37%
G = 22.71%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8432C (or 0xB8432C) is known color: Medium Carmine. HEX triplet: B8, 43 and 2C. RGB value is (184,67,44). Sum of RGB (Red+Green+Blue) = 184+67+44=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8432C is #47BCD3. Grayscale: #636363. Windows color (decimal): -4701396 or 2900920. OLE color: 2900920.

HSL color Cylindrical-coordinate representation of color #B8432C: hue angle of 9.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8432C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 44 -
CMYK 0 0.64 0.76 0.28
HSL 9.86º 0.61% 0.45% -
HSV(B) 9.86º 0.76% 0.72% -
XYZ 22.23 14.39 3.99 -
YUV 99.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 184 67 44 0 0.64 0.76 0.28 9.86 0.61 0.45
Hex B8 43 2C 0 40 4C 1C A 3D 2D
Octal 270 103 54 0 100 114 34 12 75 55
Binary 10111000 1000011 101100 0 1000000 1001100 11100 1010 111101 101101

Color Harmonies of #B8432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8432C

Black with #B8432C

Text Example


Text Example

White with #B8432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8432C; }

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

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

background-color css

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

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

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

border-color css

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

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

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