Html Css Color HEX #B2403C Medium Carmine

📋 copy color: '#B2403C'

red 178 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #B2403C

Tints of Medium Carmine #B2403C

RGB

 RED value IS 178 (69.92% from 255) = 58.94%

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

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

R = 58.94%
G = 21.19%
B = 19.87%

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

#B2403C (or 0xB2403C) is known color: Medium Carmine. HEX triplet: B2, 40 and 3C. RGB value is (178,64,60). Sum of RGB (Red+Green+Blue) = 178+64+60=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2403C is #4DBFC3. Grayscale: #616161. Windows color (decimal): -5095364 or 3948722. OLE color: 3948722.

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

Color convert

RGB 178 64 60 -
CMYK 0 0.64 0.66 0.30
HSL 2.03º 0.5% 0.47% -
HSV(B) 2.03º 0.66% 0.7% -
XYZ 21.01 13.46 5.77 -
YUV 97.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 178 64 60 0 0.64 0.66 0.30 2.03 0.5 0.47
Hex B2 40 3C 0 40 42 1E 2 32 2F
Octal 262 100 74 0 100 102 36 2 62 57
Binary 10110010 1000000 111100 0 1000000 1000010 11110 10 110010 101111

Color Harmonies of #B2403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2403C

Black with #B2403C

Text Example


Text Example

White with #B2403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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