Html Css Color HEX #B04533 Medium Carmine

📋 copy color: '#B04533'

red 176 ◦ green 69 ◦ blue 51

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

Shades of Medium Carmine #B04533

Tints of Medium Carmine #B04533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 59.46%
G = 23.31%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B04533 (or 0xB04533) is known color: Medium Carmine. HEX triplet: B0, 45 and 33. RGB value is (176,69,51). Sum of RGB (Red+Green+Blue) = 176+69+51=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04533 is #4FBACC. Grayscale: #636363. Windows color (decimal): -5225165 or 3360176. OLE color: 3360176.

HSL color Cylindrical-coordinate representation of color #B04533: hue angle of 8.64º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B04533 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 51 -
CMYK 0 0.61 0.71 0.31
HSL 8.64º 0.55% 0.45% -
HSV(B) 8.64º 0.71% 0.69% -
XYZ 20.63 13.73 4.69 -
YUV 98.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 176 69 51 0 0.61 0.71 0.31 8.64 0.55 0.45
Hex B0 45 33 0 3D 47 1F 9 37 2D
Octal 260 105 63 0 75 107 37 11 67 55
Binary 10110000 1000101 110011 0 111101 1000111 11111 1001 110111 101101

Color Harmonies of #B04533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04533

Black with #B04533

Text Example


Text Example

White with #B04533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04533; }

 p { color: rgb(176,69,51); }

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

background-color css

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

 a { background-color: rgb(176,69,51); }

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

border-color css

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

 span { border-color: rgb(176,69,51); }

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