Html Css Color HEX #B33A2B Medium Carmine

📋 copy color: '#B33A2B'

red 179 ◦ green 58 ◦ blue 43

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

Shades of Medium Carmine #B33A2B

Tints of Medium Carmine #B33A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 63.93%
G = 20.71%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B33A2B (or 0xB33A2B) is known color: Medium Carmine. HEX triplet: B3, 3A and 2B. RGB value is (179,58,43). Sum of RGB (Red+Green+Blue) = 179+58+43=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A2B is #4CC5D4. Grayscale: #5C5C5C. Windows color (decimal): -5031381 or 2833075. OLE color: 2833075.

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

Color convert

RGB 179 58 43 -
CMYK 0 0.68 0.76 0.30
HSL 6.62º 0.61% 0.44% -
HSV(B) 6.62º 0.76% 0.7% -
XYZ 20.54 12.78 3.67 -
YUV 92.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 179 58 43 0 0.68 0.76 0.30 6.62 0.61 0.44
Hex B3 3A 2B 0 44 4C 1E 7 3D 2C
Octal 263 72 53 0 104 114 36 7 75 54
Binary 10110011 111010 101011 0 1000100 1001100 11110 111 111101 101100

Color Harmonies of #B33A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A2B

Black with #B33A2B

Text Example


Text Example

White with #B33A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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