Html Css Color HEX #B2483C Medium Carmine

📋 copy color: '#B2483C'

red 178 ◦ green 72 ◦ blue 60

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

Shades of Medium Carmine #B2483C

Tints of Medium Carmine #B2483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 57.42%
G = 23.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2483C (or 0xB2483C) is known color: Medium Carmine. HEX triplet: B2, 48 and 3C. RGB value is (178,72,60). Sum of RGB (Red+Green+Blue) = 178+72+60=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2483C is #4DB7C3. Grayscale: #666666. Windows color (decimal): -5093316 or 3950770. OLE color: 3950770.

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

Color convert

RGB 178 72 60 -
CMYK 0 0.60 0.66 0.30
HSL 6.1º 0.5% 0.47% -
HSV(B) 6.1º 0.66% 0.7% -
XYZ 21.49 14.43 5.93 -
YUV 102.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 178 72 60 0 0.60 0.66 0.30 6.1 0.5 0.47
Hex B2 48 3C 0 3C 42 1E 6 32 2F
Octal 262 110 74 0 74 102 36 6 62 57
Binary 10110010 1001000 111100 0 111100 1000010 11110 110 110010 101111

Color Harmonies of #B2483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2483C

Black with #B2483C

Text Example


Text Example

White with #B2483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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