Html Css Color HEX #B03934 Medium Carmine

📋 copy color: '#B03934'

red 176 ◦ green 57 ◦ blue 52

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

Shades of Medium Carmine #B03934

Tints of Medium Carmine #B03934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 61.75%
G = 20%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B03934 (or 0xB03934) is known color: Medium Carmine. HEX triplet: B0, 39 and 34. RGB value is (176,57,52). Sum of RGB (Red+Green+Blue) = 176+57+52=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B03934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03934 is #4FC6CB. Grayscale: #5C5C5C. Windows color (decimal): -5228236 or 3422640. OLE color: 3422640.

HSL color Cylindrical-coordinate representation of color #B03934: hue angle of 2.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03934 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 52 -
CMYK 0 0.68 0.70 0.31
HSL 2.42º 0.54% 0.45% -
HSV(B) 2.42º 0.7% 0.69% -
XYZ 19.99 12.4 4.59 -
YUV 92.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 176 57 52 0 0.68 0.70 0.31 2.42 0.54 0.45
Hex B0 39 34 0 44 46 1F 2 36 2D
Octal 260 71 64 0 104 106 37 2 66 55
Binary 10110000 111001 110100 0 1000100 1000110 11111 10 110110 101101

Color Harmonies of #B03934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03934

Black with #B03934

Text Example


Text Example

White with #B03934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03934; }

 p { color: rgb(176,57,52); }

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

background-color css

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

 a { background-color: rgb(176,57,52); }

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

border-color css

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

 span { border-color: rgb(176,57,52); }

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