Html Css Color HEX #B33A2F Medium Carmine

📋 copy color: '#B33A2F'

red 179 ◦ green 58 ◦ blue 47

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

Shades of Medium Carmine #B33A2F

Tints of Medium Carmine #B33A2F

RGB

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

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

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

R = 63.03%
G = 20.42%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B33A2F (or 0xB33A2F) is known color: Medium Carmine. HEX triplet: B3, 3A and 2F. RGB value is (179,58,47). Sum of RGB (Red+Green+Blue) = 179+58+47=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A2F is #4CC5D0. Grayscale: #5D5D5D. Windows color (decimal): -5031377 or 3095219. OLE color: 3095219.

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

Color convert

RGB 179 58 47 -
CMYK 0 0.68 0.74 0.30
HSL 0.58% 0.44% -
HSV(B) 0.74% 0.7% -
XYZ 20.62 12.82 4.08 -
YUV 92.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 179 58 47 0 0.68 0.74 0.30 5 0.58 0.44
Hex B3 3A 2F 0 44 4A 1E 5 3A 2C
Octal 263 72 57 0 104 112 36 5 72 54
Binary 10110011 111010 101111 0 1000100 1001010 11110 101 111010 101100

Color Harmonies of #B33A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A2F

Black with #B33A2F

Text Example


Text Example

White with #B33A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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