Html Css Color HEX #B33A3A Medium Carmine

📋 copy color: '#B33A3A'

red 179 ◦ green 58 ◦ blue 58

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

Shades of Medium Carmine #B33A3A

Tints of Medium Carmine #B33A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 60.68%
G = 19.66%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B33A3A (or 0xB33A3A) is known color: Medium Carmine. HEX triplet: B3, 3A and 3A. RGB value is (179,58,58). Sum of RGB (Red+Green+Blue) = 179+58+58=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A3A is #4CC5C5. Grayscale: #5E5E5E. Windows color (decimal): -5031366 or 3816115. OLE color: 3816115.

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

Color convert

RGB 179 58 58 -
CMYK 0 0.68 0.68 0.30
HSL 0.51% 0.46% -
HSV(B) 0.68% 0.7% -
XYZ 20.87 12.92 5.4 -
YUV 94.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 179 58 58 0 0.68 0.68 0.30 0 0.51 0.46
Hex B3 3A 3A 0 44 44 1E 0 33 2E
Octal 263 72 72 0 104 104 36 0 63 56
Binary 10110011 111010 111010 0 1000100 1000100 11110 0 110011 101110

Color Harmonies of #B33A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A3A

Black with #B33A3A

Text Example


Text Example

White with #B33A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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