Html Css Color HEX #B2473F Medium Carmine

📋 copy color: '#B2473F'

red 178 ◦ green 71 ◦ blue 63

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

Shades of Medium Carmine #B2473F

Tints of Medium Carmine #B2473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 63 (25% from 255) = 20.19%

R = 57.05%
G = 22.76%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2473F (or 0xB2473F) is known color: Medium Carmine. HEX triplet: B2, 47 and 3F. RGB value is (178,71,63). Sum of RGB (Red+Green+Blue) = 178+71+63=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2473F is #4DB8C0. Grayscale: #666666. Windows color (decimal): -5093569 or 4147122. OLE color: 4147122.

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

Color convert

RGB 178 71 63 -
CMYK 0 0.60 0.65 0.30
HSL 4.17º 0.48% 0.47% -
HSV(B) 4.17º 0.65% 0.7% -
XYZ 21.51 14.33 6.33 -
YUV 102.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 178 71 63 0 0.60 0.65 0.30 4.17 0.48 0.47
Hex B2 47 3F 0 3C 41 1E 4 30 2F
Octal 262 107 77 0 74 101 36 4 60 57
Binary 10110010 1000111 111111 0 111100 1000001 11110 100 110000 101111

Color Harmonies of #B2473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2473F

Black with #B2473F

Text Example


Text Example

White with #B2473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2473F; }

 p { color: rgb(178,71,63); }

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

background-color css

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

 a { background-color: rgb(178,71,63); }

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

border-color css

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

 span { border-color: rgb(178,71,63); }

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