Html Css Color HEX #B03534 Medium Carmine

📋 copy color: '#B03534'

red 176 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #B03534

Tints of Medium Carmine #B03534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 62.63%
G = 18.86%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B03534 (or 0xB03534) is known color: Medium Carmine. HEX triplet: B0, 35 and 34. RGB value is (176,53,52). Sum of RGB (Red+Green+Blue) = 176+53+52=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03534 is #4FCACB. Grayscale: #595959. Windows color (decimal): -5229260 or 3421616. OLE color: 3421616.

HSL color Cylindrical-coordinate representation of color #B03534: hue angle of 0.48º 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 #B03534 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 52 -
CMYK 0 0.70 0.70 0.31
HSL 0.48º 0.54% 0.45% -
HSV(B) 0.48º 0.7% 0.69% -
XYZ 19.8 12.02 4.53 -
YUV 89.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 176 53 52 0 0.70 0.70 0.31 0.48 0.54 0.45
Hex B0 35 34 0 46 46 1F 0 36 2D
Octal 260 65 64 0 106 106 37 0 66 55
Binary 10110000 110101 110100 0 1000110 1000110 11111 0 110110 101101

Color Harmonies of #B03534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03534

Black with #B03534

Text Example


Text Example

White with #B03534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03534; }

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

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

background-color css

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

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

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

border-color css

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

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

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