Html Css Color HEX #B33430 Medium Carmine

📋 copy color: '#B33430'

red 179 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #B33430

Tints of Medium Carmine #B33430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 64.16%
G = 18.64%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33430 (or 0xB33430) is known color: Medium Carmine. HEX triplet: B3, 34 and 30. RGB value is (179,52,48). Sum of RGB (Red+Green+Blue) = 179+52+48=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B33430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33430 is #4CCBCF. Grayscale: #595959. Windows color (decimal): -5032912 or 3159219. OLE color: 3159219.

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

Color convert

RGB 179 52 48 -
CMYK 0 0.71 0.73 0.30
HSL 1.83º 0.58% 0.45% -
HSV(B) 1.83º 0.73% 0.7% -
XYZ 20.35 12.25 4.09 -
YUV 89.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 179 52 48 0 0.71 0.73 0.30 1.83 0.58 0.45
Hex B3 34 30 0 47 49 1E 2 3A 2D
Octal 263 64 60 0 107 111 36 2 72 55
Binary 10110011 110100 110000 0 1000111 1001001 11110 10 111010 101101

Color Harmonies of #B33430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33430

Black with #B33430

Text Example


Text Example

White with #B33430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33430; }

 p { color: rgb(179,52,48); }

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

background-color css

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

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

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

border-color css

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

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

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