Html Css Color HEX #B33924 Medium Carmine

📋 copy color: '#B33924'

red 179 ◦ green 57 ◦ blue 36

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

Shades of Medium Carmine #B33924

Tints of Medium Carmine #B33924

RGB

 RED value IS 179 (70.31% from 255) = 65.81%

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 65.81%
G = 20.96%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B33924 (or 0xB33924) is known color: Medium Carmine. HEX triplet: B3, 39 and 24. RGB value is (179,57,36). Sum of RGB (Red+Green+Blue) = 179+57+36=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B33924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33924 is #4CC6DB. Grayscale: #5B5B5B. Windows color (decimal): -5031644 or 2374067. OLE color: 2374067.

HSL color Cylindrical-coordinate representation of color #B33924: hue angle of 8.81º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B33924 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 36 -
CMYK 0 0.68 0.80 0.30
HSL 8.81º 0.67% 0.42% -
HSV(B) 8.81º 0.8% 0.7% -
XYZ 20.37 12.64 3.03 -
YUV 91.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 179 57 36 0 0.68 0.80 0.30 8.81 0.67 0.42
Hex B3 39 24 0 44 50 1E 9 43 2A
Octal 263 71 44 0 104 120 36 11 103 52
Binary 10110011 111001 100100 0 1000100 1010000 11110 1001 1000011 101010

Color Harmonies of #B33924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33924

Black with #B33924

Text Example


Text Example

White with #B33924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33924; }

 p { color: rgb(179,57,36); }

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

background-color css

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

 a { background-color: rgb(179,57,36); }

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

border-color css

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

 span { border-color: rgb(179,57,36); }

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