Html Css Color HEX #B2442F Medium Carmine

📋 copy color: '#B2442F'

red 178 ◦ green 68 ◦ blue 47

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

Shades of Medium Carmine #B2442F

Tints of Medium Carmine #B2442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 60.75%
G = 23.21%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2442F (or 0xB2442F) is known color: Medium Carmine. HEX triplet: B2, 44 and 2F. RGB value is (178,68,47). Sum of RGB (Red+Green+Blue) = 178+68+47=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2442F is #4DBBD0. Grayscale: #626262. Windows color (decimal): -5094353 or 3097778. OLE color: 3097778.

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

Color convert

RGB 178 68 47 -
CMYK 0 0.62 0.74 0.30
HSL 9.62º 0.58% 0.44% -
HSV(B) 9.62º 0.74% 0.7% -
XYZ 20.94 13.8 4.25 -
YUV 98.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 178 68 47 0 0.62 0.74 0.30 9.62 0.58 0.44
Hex B2 44 2F 0 3E 4A 1E A 3A 2C
Octal 262 104 57 0 76 112 36 12 72 54
Binary 10110010 1000100 101111 0 111110 1001010 11110 1010 111010 101100

Color Harmonies of #B2442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2442F

Black with #B2442F

Text Example


Text Example

White with #B2442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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