Html Css Color HEX #B03632 Medium Carmine

📋 copy color: '#B03632'

red 176 ◦ green 54 ◦ blue 50

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

Shades of Medium Carmine #B03632

Tints of Medium Carmine #B03632

RGB

 RED value IS 176 (69.14% from 255) = 62.86%

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 62.86%
G = 19.29%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B03632 (or 0xB03632) is known color: Medium Carmine. HEX triplet: B0, 36 and 32. RGB value is (176,54,50). Sum of RGB (Red+Green+Blue) = 176+54+50=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B03632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03632 is #4FC9CD. Grayscale: #5A5A5A. Windows color (decimal): -5229006 or 3290800. OLE color: 3290800.

HSL color Cylindrical-coordinate representation of color #B03632: hue angle of 1.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03632 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 50 -
CMYK 0 0.69 0.72 0.31
HSL 1.9º 0.56% 0.44% -
HSV(B) 1.9º 0.72% 0.69% -
XYZ 19.8 12.1 4.31 -
YUV 90.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 176 54 50 0 0.69 0.72 0.31 1.9 0.56 0.44
Hex B0 36 32 0 45 48 1F 2 38 2C
Octal 260 66 62 0 105 110 37 2 70 54
Binary 10110000 110110 110010 0 1000101 1001000 11111 10 111000 101100

Color Harmonies of #B03632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03632

Black with #B03632

Text Example


Text Example

White with #B03632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03632; }

 p { color: rgb(176,54,50); }

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

background-color css

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

 a { background-color: rgb(176,54,50); }

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

border-color css

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

 span { border-color: rgb(176,54,50); }

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