Html Css Color HEX #B04833 Medium Carmine

📋 copy color: '#B04833'

red 176 ◦ green 72 ◦ blue 51

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

Shades of Medium Carmine #B04833

Tints of Medium Carmine #B04833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 58.86%
G = 24.08%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B04833 (or 0xB04833) is known color: Medium Carmine. HEX triplet: B0, 48 and 33. RGB value is (176,72,51). Sum of RGB (Red+Green+Blue) = 176+72+51=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B04833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04833 is #4FB7CC. Grayscale: #646464. Windows color (decimal): -5224397 or 3360944. OLE color: 3360944.

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

Color convert

RGB 176 72 51 -
CMYK 0 0.59 0.71 0.31
HSL 10.08º 0.55% 0.45% -
HSV(B) 10.08º 0.71% 0.69% -
XYZ 20.82 14.1 4.76 -
YUV 100.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 176 72 51 0 0.59 0.71 0.31 10.08 0.55 0.45
Hex B0 48 33 0 3B 47 1F A 37 2D
Octal 260 110 63 0 73 107 37 12 67 55
Binary 10110000 1001000 110011 0 111011 1000111 11111 1010 110111 101101

Color Harmonies of #B04833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04833

Black with #B04833

Text Example


Text Example

White with #B04833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04833; }

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

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

background-color css

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

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

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

border-color css

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

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

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