Html Css Color HEX #B0422F Medium Carmine

📋 copy color: '#B0422F'

red 176 ◦ green 66 ◦ blue 47

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

Shades of Medium Carmine #B0422F

Tints of Medium Carmine #B0422F

RGB

 RED value IS 176 (69.14% from 255) = 60.9%

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

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

R = 60.9%
G = 22.84%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0422F (or 0xB0422F) is known color: Medium Carmine. HEX triplet: B0, 42 and 2F. RGB value is (176,66,47). Sum of RGB (Red+Green+Blue) = 176+66+47=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0422F is #4FBDD0. Grayscale: #606060. Windows color (decimal): -5225937 or 3097264. OLE color: 3097264.

HSL color Cylindrical-coordinate representation of color #B0422F: hue angle of 8.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0422F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 47 -
CMYK 0 0.62 0.73 0.31
HSL 8.84º 0.58% 0.44% -
HSV(B) 8.84º 0.73% 0.69% -
XYZ 20.37 13.33 4.19 -
YUV 96.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 176 66 47 0 0.62 0.73 0.31 8.84 0.58 0.44
Hex B0 42 2F 0 3E 49 1F 9 3A 2C
Octal 260 102 57 0 76 111 37 11 72 54
Binary 10110000 1000010 101111 0 111110 1001001 11111 1001 111010 101100

Color Harmonies of #B0422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0422F

Black with #B0422F

Text Example


Text Example

White with #B0422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0422F; }

 p { color: rgb(176,66,47); }

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

background-color css

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

 a { background-color: rgb(176,66,47); }

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

border-color css

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

 span { border-color: rgb(176,66,47); }

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