Html Css Color HEX #B2352F Medium Carmine

📋 copy color: '#B2352F'

red 178 ◦ green 53 ◦ blue 47

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

Shades of Medium Carmine #B2352F

Tints of Medium Carmine #B2352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 64.03%
G = 19.06%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2352F (or 0xB2352F) is known color: Medium Carmine. HEX triplet: B2, 35 and 2F. RGB value is (178,53,47). Sum of RGB (Red+Green+Blue) = 178+53+47=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2352F is #4DCAD0. Grayscale: #595959. Windows color (decimal): -5098193 or 3093938. OLE color: 3093938.

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

Color convert

RGB 178 53 47 -
CMYK 0 0.70 0.74 0.30
HSL 2.75º 0.58% 0.44% -
HSV(B) 2.75º 0.74% 0.7% -
XYZ 20.15 12.22 3.99 -
YUV 89.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 178 53 47 0 0.70 0.74 0.30 2.75 0.58 0.44
Hex B2 35 2F 0 46 4A 1E 3 3A 2C
Octal 262 65 57 0 106 112 36 3 72 54
Binary 10110010 110101 101111 0 1000110 1001010 11110 11 111010 101100

Color Harmonies of #B2352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2352F

Black with #B2352F

Text Example


Text Example

White with #B2352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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