Html Css Color HEX #B33928 Medium Carmine

📋 copy color: '#B33928'

red 179 ◦ green 57 ◦ blue 40

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

Shades of Medium Carmine #B33928

Tints of Medium Carmine #B33928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 64.86%
G = 20.65%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33928 (or 0xB33928) is known color: Medium Carmine. HEX triplet: B3, 39 and 28. RGB value is (179,57,40). Sum of RGB (Red+Green+Blue) = 179+57+40=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B33928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33928 is #4CC6D7. Grayscale: #5B5B5B. Windows color (decimal): -5031640 or 2636211. OLE color: 2636211.

HSL color Cylindrical-coordinate representation of color #B33928: hue angle of 7.34º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B33928 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 40 -
CMYK 0 0.68 0.78 0.30
HSL 7.34º 0.63% 0.43% -
HSV(B) 7.34º 0.78% 0.7% -
XYZ 20.44 12.66 3.37 -
YUV 91.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 179 57 40 0 0.68 0.78 0.30 7.34 0.63 0.43
Hex B3 39 28 0 44 4E 1E 7 3F 2B
Octal 263 71 50 0 104 116 36 7 77 53
Binary 10110011 111001 101000 0 1000100 1001110 11110 111 111111 101011

Color Harmonies of #B33928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33928

Black with #B33928

Text Example


Text Example

White with #B33928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33928; }

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

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

background-color css

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

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

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

border-color css

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

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

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