Html Css Color HEX #B8432B Medium Carmine

📋 copy color: '#B8432B'

red 184 ◦ green 67 ◦ blue 43

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

Shades of Medium Carmine #B8432B

Tints of Medium Carmine #B8432B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 62.59%
G = 22.79%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8432B (or 0xB8432B) is known color: Medium Carmine. HEX triplet: B8, 43 and 2B. RGB value is (184,67,43). Sum of RGB (Red+Green+Blue) = 184+67+43=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8432B is #47BCD4. Grayscale: #636363. Windows color (decimal): -4701397 or 2835384. OLE color: 2835384.

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

Color convert

RGB 184 67 43 -
CMYK 0 0.64 0.77 0.28
HSL 10.21º 0.62% 0.45% -
HSV(B) 10.21º 0.77% 0.72% -
XYZ 22.21 14.38 3.89 -
YUV 99.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 184 67 43 0 0.64 0.77 0.28 10.21 0.62 0.45
Hex B8 43 2B 0 40 4D 1C A 3E 2D
Octal 270 103 53 0 100 115 34 12 76 55
Binary 10111000 1000011 101011 0 1000000 1001101 11100 1010 111110 101101

Color Harmonies of #B8432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8432B

Black with #B8432B

Text Example


Text Example

White with #B8432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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