Html Css Color HEX #B33F27 Medium Carmine

📋 copy color: '#B33F27'

red 179 ◦ green 63 ◦ blue 39

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

Shades of Medium Carmine #B33F27

Tints of Medium Carmine #B33F27

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 63.7%
G = 22.42%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33F27 (or 0xB33F27) is known color: Medium Carmine. HEX triplet: B3, 3F and 27. RGB value is (179,63,39). Sum of RGB (Red+Green+Blue) = 179+63+39=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F27 is #4CC0D8. Grayscale: #5F5F5F. Windows color (decimal): -5030105 or 2572211. OLE color: 2572211.

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

Color convert

RGB 179 63 39 -
CMYK 0 0.65 0.78 0.30
HSL 10.29º 0.64% 0.43% -
HSV(B) 10.29º 0.78% 0.7% -
XYZ 20.73 13.29 3.39 -
YUV 94.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 179 63 39 0 0.65 0.78 0.30 10.29 0.64 0.43
Hex B3 3F 27 0 41 4E 1E A 40 2B
Octal 263 77 47 0 101 116 36 12 100 53
Binary 10110011 111111 100111 0 1000001 1001110 11110 1010 1000000 101011

Color Harmonies of #B33F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F27

Black with #B33F27

Text Example


Text Example

White with #B33F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F27; }

 p { color: rgb(179,63,39); }

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

background-color css

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

 a { background-color: rgb(179,63,39); }

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

border-color css

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

 span { border-color: rgb(179,63,39); }

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