Html Css Color HEX #B33628 Medium Carmine

📋 copy color: '#B33628'

red 179 ◦ green 54 ◦ blue 40

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

Shades of Medium Carmine #B33628

Tints of Medium Carmine #B33628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 65.57%
G = 19.78%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33628 (or 0xB33628) is known color: Medium Carmine. HEX triplet: B3, 36 and 28. RGB value is (179,54,40). Sum of RGB (Red+Green+Blue) = 179+54+40=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B33628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33628 is #4CC9D7. Grayscale: #595959. Windows color (decimal): -5032408 or 2635443. OLE color: 2635443.

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

Color convert

RGB 179 54 40 -
CMYK 0 0.70 0.78 0.30
HSL 6.04º 0.63% 0.43% -
HSV(B) 6.04º 0.78% 0.7% -
XYZ 20.29 12.38 3.33 -
YUV 89.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 179 54 40 0 0.70 0.78 0.30 6.04 0.63 0.43
Hex B3 36 28 0 46 4E 1E 6 3F 2B
Octal 263 66 50 0 106 116 36 6 77 53
Binary 10110011 110110 101000 0 1000110 1001110 11110 110 111111 101011

Color Harmonies of #B33628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33628

Black with #B33628

Text Example


Text Example

White with #B33628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33628; }

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

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

background-color css

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

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

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

border-color css

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

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

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