Html Css Color HEX #B33428 Medium Carmine

📋 copy color: '#B33428'

red 179 ◦ green 52 ◦ blue 40

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

Shades of Medium Carmine #B33428

Tints of Medium Carmine #B33428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 66.05%
G = 19.19%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33428 (or 0xB33428) is known color: Medium Carmine. HEX triplet: B3, 34 and 28. RGB value is (179,52,40). Sum of RGB (Red+Green+Blue) = 179+52+40=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33428 is #4CCBD7. Grayscale: #585858. Windows color (decimal): -5032920 or 2634931. OLE color: 2634931.

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

Color convert

RGB 179 52 40 -
CMYK 0 0.71 0.78 0.30
HSL 5.18º 0.63% 0.43% -
HSV(B) 5.18º 0.78% 0.7% -
XYZ 20.2 12.19 3.3 -
YUV 88.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 179 52 40 0 0.71 0.78 0.30 5.18 0.63 0.43
Hex B3 34 28 0 47 4E 1E 5 3F 2B
Octal 263 64 50 0 107 116 36 5 77 53
Binary 10110011 110100 101000 0 1000111 1001110 11110 101 111111 101011

Color Harmonies of #B33428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33428

Black with #B33428

Text Example


Text Example

White with #B33428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33428; }

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

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

background-color css

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

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

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

border-color css

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

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

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