Html Css Color HEX #B3403C Medium Carmine

📋 copy color: '#B3403C'

red 179 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B3403C

Tints of Medium Carmine #B3403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 59.08%
G = 21.12%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3403C (or 0xB3403C) is known color: Medium Carmine. HEX triplet: B3, 40 and 3C. RGB value is (179,64,60). Sum of RGB (Red+Green+Blue) = 179+64+60=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B3403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3403C is #4CBFC3. Grayscale: #626262. Windows color (decimal): -5029828 or 3948723. OLE color: 3948723.

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

Color convert

RGB 179 64 60 -
CMYK 0 0.64 0.66 0.30
HSL 2.02º 0.5% 0.47% -
HSV(B) 2.02º 0.66% 0.7% -
XYZ 21.24 13.58 5.78 -
YUV 97.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 179 64 60 0 0.64 0.66 0.30 2.02 0.5 0.47
Hex B3 40 3C 0 40 42 1E 2 32 2F
Octal 263 100 74 0 100 102 36 2 62 57
Binary 10110011 1000000 111100 0 1000000 1000010 11110 10 110010 101111

Color Harmonies of #B3403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3403C

Black with #B3403C

Text Example


Text Example

White with #B3403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3403C; }

 p { color: rgb(179,64,60); }

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

background-color css

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

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

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

border-color css

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

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

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