Html Css Color HEX #B33828 Medium Carmine

📋 copy color: '#B33828'

red 179 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #B33828

Tints of Medium Carmine #B33828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

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

R = 65.09%
G = 20.36%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33828 (or 0xB33828) is known color: Medium Carmine. HEX triplet: B3, 38 and 28. RGB value is (179,56,40). Sum of RGB (Red+Green+Blue) = 179+56+40=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B33828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33828 is #4CC7D7. Grayscale: #5B5B5B. Windows color (decimal): -5031896 or 2635955. OLE color: 2635955.

HSL color Cylindrical-coordinate representation of color #B33828: hue angle of 6.91º 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 #B33828 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 40 -
CMYK 0 0.69 0.78 0.30
HSL 6.91º 0.63% 0.43% -
HSV(B) 6.91º 0.78% 0.7% -
XYZ 20.39 12.57 3.36 -
YUV 90.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 179 56 40 0 0.69 0.78 0.30 6.91 0.63 0.43
Hex B3 38 28 0 45 4E 1E 7 3F 2B
Octal 263 70 50 0 105 116 36 7 77 53
Binary 10110011 111000 101000 0 1000101 1001110 11110 111 111111 101011

Color Harmonies of #B33828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33828

Black with #B33828

Text Example


Text Example

White with #B33828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33828; }

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

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

background-color css

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

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

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

border-color css

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

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

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