Html Css Color HEX #B2472E Medium Carmine

📋 copy color: '#B2472E'

red 178 ◦ green 71 ◦ blue 46

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

Shades of Medium Carmine #B2472E

Tints of Medium Carmine #B2472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 60.34%
G = 24.07%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2472E (or 0xB2472E) is known color: Medium Carmine. HEX triplet: B2, 47 and 2E. RGB value is (178,71,46). Sum of RGB (Red+Green+Blue) = 178+71+46=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2472E is #4DB8D1. Grayscale: #646464. Windows color (decimal): -5093586 or 3033010. OLE color: 3033010.

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

Color convert

RGB 178 71 46 -
CMYK 0 0.60 0.74 0.30
HSL 11.36º 0.59% 0.44% -
HSV(B) 11.36º 0.74% 0.7% -
XYZ 21.11 14.17 4.21 -
YUV 100.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 178 71 46 0 0.60 0.74 0.30 11.36 0.59 0.44
Hex B2 47 2E 0 3C 4A 1E B 3B 2C
Octal 262 107 56 0 74 112 36 13 73 54
Binary 10110010 1000111 101110 0 111100 1001010 11110 1011 111011 101100

Color Harmonies of #B2472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2472E

Black with #B2472E

Text Example


Text Example

White with #B2472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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