Html Css Color HEX #B33A27 Medium Carmine

📋 copy color: '#B33A27'

red 179 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #B33A27

Tints of Medium Carmine #B33A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 64.86%
G = 21.01%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33A27 (or 0xB33A27) is known color: Medium Carmine. HEX triplet: B3, 3A and 27. RGB value is (179,58,39). Sum of RGB (Red+Green+Blue) = 179+58+39=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A27 is #4CC5D8. Grayscale: #5C5C5C. Windows color (decimal): -5031385 or 2570931. OLE color: 2570931.

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

Color convert

RGB 179 58 39 -
CMYK 0 0.68 0.78 0.30
HSL 8.14º 0.64% 0.43% -
HSV(B) 8.14º 0.78% 0.7% -
XYZ 20.47 12.76 3.3 -
YUV 92.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 179 58 39 0 0.68 0.78 0.30 8.14 0.64 0.43
Hex B3 3A 27 0 44 4E 1E 8 40 2B
Octal 263 72 47 0 104 116 36 10 100 53
Binary 10110011 111010 100111 0 1000100 1001110 11110 1000 1000000 101011

Color Harmonies of #B33A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A27

Black with #B33A27

Text Example


Text Example

White with #B33A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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