Html Css Color HEX #B2422C Medium Carmine

📋 copy color: '#B2422C'

red 178 ◦ green 66 ◦ blue 44

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

Shades of Medium Carmine #B2422C

Tints of Medium Carmine #B2422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 61.81%
G = 22.92%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2422C (or 0xB2422C) is known color: Medium Carmine. HEX triplet: B2, 42 and 2C. RGB value is (178,66,44). Sum of RGB (Red+Green+Blue) = 178+66+44=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2422C is #4DBDD3. Grayscale: #616161. Windows color (decimal): -5094868 or 2900658. OLE color: 2900658.

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

Color convert

RGB 178 66 44 -
CMYK 0 0.63 0.75 0.30
HSL 9.85º 0.6% 0.44% -
HSV(B) 9.85º 0.75% 0.7% -
XYZ 20.76 13.54 3.9 -
YUV 96.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 178 66 44 0 0.63 0.75 0.30 9.85 0.6 0.44
Hex B2 42 2C 0 3F 4B 1E A 3C 2C
Octal 262 102 54 0 77 113 36 12 74 54
Binary 10110010 1000010 101100 0 111111 1001011 11110 1010 111100 101100

Color Harmonies of #B2422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2422C

Black with #B2422C

Text Example


Text Example

White with #B2422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2422C; }

 p { color: rgb(178,66,44); }

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

background-color css

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

 a { background-color: rgb(178,66,44); }

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

border-color css

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

 span { border-color: rgb(178,66,44); }

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