Html Css Color HEX #B0402F Medium Carmine

📋 copy color: '#B0402F'

red 176 ◦ green 64 ◦ blue 47

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

Shades of Medium Carmine #B0402F

Tints of Medium Carmine #B0402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 61.32%
G = 22.3%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0402F (or 0xB0402F) is known color: Medium Carmine. HEX triplet: B0, 40 and 2F. RGB value is (176,64,47). Sum of RGB (Red+Green+Blue) = 176+64+47=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0402F is #4FBFD0. Grayscale: #5F5F5F. Windows color (decimal): -5226449 or 3096752. OLE color: 3096752.

HSL color Cylindrical-coordinate representation of color #B0402F: hue angle of 7.91º 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 #B0402F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 47 -
CMYK 0 0.64 0.73 0.31
HSL 7.91º 0.58% 0.44% -
HSV(B) 7.91º 0.73% 0.69% -
XYZ 20.25 13.1 4.15 -
YUV 95.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 176 64 47 0 0.64 0.73 0.31 7.91 0.58 0.44
Hex B0 40 2F 0 40 49 1F 8 3A 2C
Octal 260 100 57 0 100 111 37 10 72 54
Binary 10110000 1000000 101111 0 1000000 1001001 11111 1000 111010 101100

Color Harmonies of #B0402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0402F

Black with #B0402F

Text Example


Text Example

White with #B0402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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