Html Css Color HEX #B03635 Medium Carmine

📋 copy color: '#B03635'

red 176 ◦ green 54 ◦ blue 53

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

Shades of Medium Carmine #B03635

Tints of Medium Carmine #B03635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 62.19%
G = 19.08%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B03635 (or 0xB03635) is known color: Medium Carmine. HEX triplet: B0, 36 and 35. RGB value is (176,54,53). Sum of RGB (Red+Green+Blue) = 176+54+53=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B03635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03635 is #4FC9CA. Grayscale: #5A5A5A. Windows color (decimal): -5229003 or 3487408. OLE color: 3487408.

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

Color convert

RGB 176 54 53 -
CMYK 0 0.69 0.70 0.31
HSL 0.49º 0.54% 0.45% -
HSV(B) 0.49º 0.7% 0.69% -
XYZ 19.87 12.13 4.66 -
YUV 90.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 176 54 53 0 0.69 0.70 0.31 0.49 0.54 0.45
Hex B0 36 35 0 45 46 1F 0 36 2D
Octal 260 66 65 0 105 106 37 0 66 55
Binary 10110000 110110 110101 0 1000101 1000110 11111 0 110110 101101

Color Harmonies of #B03635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03635

Black with #B03635

Text Example


Text Example

White with #B03635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03635; }

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

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

background-color css

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

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

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

border-color css

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

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

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