Html Css Color HEX #B2432C Medium Carmine

📋 copy color: '#B2432C'

red 178 ◦ green 67 ◦ blue 44

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

Shades of Medium Carmine #B2432C

Tints of Medium Carmine #B2432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

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

R = 61.59%
G = 23.18%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2432C (or 0xB2432C) is known color: Medium Carmine. HEX triplet: B2, 43 and 2C. RGB value is (178,67,44). Sum of RGB (Red+Green+Blue) = 178+67+44=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2432C is #4DBCD3. Grayscale: #616161. Windows color (decimal): -5094612 or 2900914. OLE color: 2900914.

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

Color convert

RGB 178 67 44 -
CMYK 0 0.62 0.75 0.30
HSL 10.3º 0.6% 0.44% -
HSV(B) 10.3º 0.75% 0.7% -
XYZ 20.82 13.66 3.92 -
YUV 97.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 178 67 44 0 0.62 0.75 0.30 10.3 0.6 0.44
Hex B2 43 2C 0 3E 4B 1E A 3C 2C
Octal 262 103 54 0 76 113 36 12 74 54
Binary 10110010 1000011 101100 0 111110 1001011 11110 1010 111100 101100

Color Harmonies of #B2432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2432C

Black with #B2432C

Text Example


Text Example

White with #B2432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2432C; }

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

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

background-color css

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

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

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

border-color css

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

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

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