Html Css Color HEX #B33B2F Medium Carmine

📋 copy color: '#B33B2F'

red 179 ◦ green 59 ◦ blue 47

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

Shades of Medium Carmine #B33B2F

Tints of Medium Carmine #B33B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 62.81%
G = 20.7%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B33B2F (or 0xB33B2F) is known color: Medium Carmine. HEX triplet: B3, 3B and 2F. RGB value is (179,59,47). Sum of RGB (Red+Green+Blue) = 179+59+47=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B2F is #4CC4D0. Grayscale: #5D5D5D. Windows color (decimal): -5031121 or 3095475. OLE color: 3095475.

HSL color Cylindrical-coordinate representation of color #B33B2F: hue angle of 5.45º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33B2F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 47 -
CMYK 0 0.67 0.74 0.30
HSL 5.45º 0.58% 0.44% -
HSV(B) 5.45º 0.74% 0.7% -
XYZ 20.67 12.92 4.09 -
YUV 93.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 179 59 47 0 0.67 0.74 0.30 5.45 0.58 0.44
Hex B3 3B 2F 0 43 4A 1E 5 3A 2C
Octal 263 73 57 0 103 112 36 5 72 54
Binary 10110011 111011 101111 0 1000011 1001010 11110 101 111010 101100

Color Harmonies of #B33B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B2F

Black with #B33B2F

Text Example


Text Example

White with #B33B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B2F; }

 p { color: rgb(179,59,47); }

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

background-color css

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

 a { background-color: rgb(179,59,47); }

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

border-color css

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

 span { border-color: rgb(179,59,47); }

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