Html Css Color HEX #B8442A Medium Carmine

📋 copy color: '#B8442A'

red 184 ◦ green 68 ◦ blue 42

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

Shades of Medium Carmine #B8442A

Tints of Medium Carmine #B8442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 62.59%
G = 23.13%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8442A (or 0xB8442A) is known color: Medium Carmine. HEX triplet: B8, 44 and 2A. RGB value is (184,68,42). Sum of RGB (Red+Green+Blue) = 184+68+42=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8442A is #47BBD5. Grayscale: #636363. Windows color (decimal): -4701142 or 2770104. OLE color: 2770104.

HSL color Cylindrical-coordinate representation of color #B8442A: hue angle of 10.99º 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 #B8442A is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 42 -
CMYK 0 0.63 0.77 0.28
HSL 10.99º 0.63% 0.44% -
HSV(B) 10.99º 0.77% 0.72% -
XYZ 22.25 14.49 3.81 -
YUV 99.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 184 68 42 0 0.63 0.77 0.28 10.99 0.63 0.44
Hex B8 44 2A 0 3F 4D 1C B 3F 2C
Octal 270 104 52 0 77 115 34 13 77 54
Binary 10111000 1000100 101010 0 111111 1001101 11100 1011 111111 101100

Color Harmonies of #B8442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8442A

Black with #B8442A

Text Example


Text Example

White with #B8442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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