Html Css Color HEX #B8452C Medium Carmine

📋 copy color: '#B8452C'

red 184 ◦ green 69 ◦ blue 44

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

Shades of Medium Carmine #B8452C

Tints of Medium Carmine #B8452C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 61.95%
G = 23.23%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8452C (or 0xB8452C) is known color: Medium Carmine. HEX triplet: B8, 45 and 2C. RGB value is (184,69,44). Sum of RGB (Red+Green+Blue) = 184+69+44=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8452C is #47BAD3. Grayscale: #646464. Windows color (decimal): -4700884 or 2901432. OLE color: 2901432.

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

Color convert

RGB 184 69 44 -
CMYK 0 0.62 0.76 0.28
HSL 10.71º 0.61% 0.45% -
HSV(B) 10.71º 0.76% 0.72% -
XYZ 22.35 14.63 4.03 -
YUV 100.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 184 69 44 0 0.62 0.76 0.28 10.71 0.61 0.45
Hex B8 45 2C 0 3E 4C 1C B 3D 2D
Octal 270 105 54 0 76 114 34 13 75 55
Binary 10111000 1000101 101100 0 111110 1001100 11100 1011 111101 101101

Color Harmonies of #B8452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8452C

Black with #B8452C

Text Example


Text Example

White with #B8452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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