Html Css Color HEX #B33527 Medium Carmine

📋 copy color: '#B33527'

red 179 ◦ green 53 ◦ blue 39

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

Shades of Medium Carmine #B33527

Tints of Medium Carmine #B33527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

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

R = 66.05%
G = 19.56%
B = 14.39%

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

#B33527 (or 0xB33527) is known color: Medium Carmine. HEX triplet: B3, 35 and 27. RGB value is (179,53,39). Sum of RGB (Red+Green+Blue) = 179+53+39=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33527 is #4CCAD8. Grayscale: #595959. Windows color (decimal): -5032665 or 2569651. OLE color: 2569651.

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

Color convert

RGB 179 53 39 -
CMYK 0 0.70 0.78 0.30
HSL 0.64% 0.43% -
HSV(B) 0.78% 0.7% -
XYZ 20.23 12.28 3.22 -
YUV 89.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 179 53 39 0 0.70 0.78 0.30 6 0.64 0.43
Hex B3 35 27 0 46 4E 1E 6 40 2B
Octal 263 65 47 0 106 116 36 6 100 53
Binary 10110011 110101 100111 0 1000110 1001110 11110 110 1000000 101011

Color Harmonies of #B33527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33527

Black with #B33527

Text Example


Text Example

White with #B33527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33527; }

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

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

background-color css

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

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

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

border-color css

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

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

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