Html Css Color HEX #B8432A Medium Carmine

📋 copy color: '#B8432A'

red 184 ◦ green 67 ◦ blue 42

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

Shades of Medium Carmine #B8432A

Tints of Medium Carmine #B8432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 62.8%
G = 22.87%
B = 14.33%

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

#B8432A (or 0xB8432A) is known color: Medium Carmine. HEX triplet: B8, 43 and 2A. RGB value is (184,67,42). Sum of RGB (Red+Green+Blue) = 184+67+42=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8432A is #47BCD5. Grayscale: #636363. Windows color (decimal): -4701398 or 2769848. OLE color: 2769848.

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

Color convert

RGB 184 67 42 -
CMYK 0 0.64 0.77 0.28
HSL 10.56º 0.63% 0.44% -
HSV(B) 10.56º 0.77% 0.72% -
XYZ 22.19 14.37 3.79 -
YUV 99.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 184 67 42 0 0.64 0.77 0.28 10.56 0.63 0.44
Hex B8 43 2A 0 40 4D 1C B 3F 2C
Octal 270 103 52 0 100 115 34 13 77 54
Binary 10111000 1000011 101010 0 1000000 1001101 11100 1011 111111 101100

Color Harmonies of #B8432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8432A

Black with #B8432A

Text Example


Text Example

White with #B8432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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