Html Css Color HEX #B33B28 Medium Carmine

📋 copy color: '#B33B28'

red 179 ◦ green 59 ◦ blue 40

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

Shades of Medium Carmine #B33B28

Tints of Medium Carmine #B33B28

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

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

R = 64.39%
G = 21.22%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33B28 (or 0xB33B28) is known color: Medium Carmine. HEX triplet: B3, 3B and 28. RGB value is (179,59,40). Sum of RGB (Red+Green+Blue) = 179+59+40=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B28 is #4CC4D7. Grayscale: #5C5C5C. Windows color (decimal): -5031128 or 2636723. OLE color: 2636723.

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

Color convert

RGB 179 59 40 -
CMYK 0 0.67 0.78 0.30
HSL 8.2º 0.63% 0.43% -
HSV(B) 8.2º 0.78% 0.7% -
XYZ 20.54 12.86 3.41 -
YUV 92.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 179 59 40 0 0.67 0.78 0.30 8.2 0.63 0.43
Hex B3 3B 28 0 43 4E 1E 8 3F 2B
Octal 263 73 50 0 103 116 36 10 77 53
Binary 10110011 111011 101000 0 1000011 1001110 11110 1000 111111 101011

Color Harmonies of #B33B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B28

Black with #B33B28

Text Example


Text Example

White with #B33B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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