Html Css Color HEX #B2482F Medium Carmine

📋 copy color: '#B2482F'

red 178 ◦ green 72 ◦ blue 47

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

Shades of Medium Carmine #B2482F

Tints of Medium Carmine #B2482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 59.93%
G = 24.24%
B = 15.82%

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

#B2482F (or 0xB2482F) is known color: Medium Carmine. HEX triplet: B2, 48 and 2F. RGB value is (178,72,47). Sum of RGB (Red+Green+Blue) = 178+72+47=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2482F is #4DB7D0. Grayscale: #656565. Windows color (decimal): -5093329 or 3098802. OLE color: 3098802.

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

Color convert

RGB 178 72 47 -
CMYK 0 0.60 0.74 0.30
HSL 11.45º 0.58% 0.44% -
HSV(B) 11.45º 0.74% 0.7% -
XYZ 21.19 14.3 4.33 -
YUV 100.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 178 72 47 0 0.60 0.74 0.30 11.45 0.58 0.44
Hex B2 48 2F 0 3C 4A 1E B 3A 2C
Octal 262 110 57 0 74 112 36 13 72 54
Binary 10110010 1001000 101111 0 111100 1001010 11110 1011 111010 101100

Color Harmonies of #B2482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2482F

Black with #B2482F

Text Example


Text Example

White with #B2482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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