Html Css Color HEX #B04135 Medium Carmine

📋 copy color: '#B04135'

red 176 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #B04135

Tints of Medium Carmine #B04135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 59.86%
G = 22.11%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B04135 (or 0xB04135) is known color: Medium Carmine. HEX triplet: B0, 41 and 35. RGB value is (176,65,53). Sum of RGB (Red+Green+Blue) = 176+65+53=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B04135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04135 is #4FBECA. Grayscale: #606060. Windows color (decimal): -5226187 or 3490224. OLE color: 3490224.

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

Color convert

RGB 176 65 53 -
CMYK 0 0.63 0.70 0.31
HSL 5.85º 0.54% 0.45% -
HSV(B) 5.85º 0.7% 0.69% -
XYZ 20.44 13.27 4.85 -
YUV 96.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 176 65 53 0 0.63 0.70 0.31 5.85 0.54 0.45
Hex B0 41 35 0 3F 46 1F 6 36 2D
Octal 260 101 65 0 77 106 37 6 66 55
Binary 10110000 1000001 110101 0 111111 1000110 11111 110 110110 101101

Color Harmonies of #B04135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04135

Black with #B04135

Text Example


Text Example

White with #B04135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04135; }

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

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

background-color css

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

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

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

border-color css

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

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

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