Html Css Color HEX #B0403A Medium Carmine

📋 copy color: '#B0403A'

red 176 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #B0403A

Tints of Medium Carmine #B0403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 59.06%
G = 21.48%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0403A (or 0xB0403A) is known color: Medium Carmine. HEX triplet: B0, 40 and 3A. RGB value is (176,64,58). Sum of RGB (Red+Green+Blue) = 176+64+58=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B0403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0403A is #4FBFC5. Grayscale: #606060. Windows color (decimal): -5226438 or 3817648. OLE color: 3817648.

HSL color Cylindrical-coordinate representation of color #B0403A: hue angle of 3.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0403A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 58 -
CMYK 0 0.64 0.67 0.31
HSL 3.05º 0.5% 0.46% -
HSV(B) 3.05º 0.67% 0.69% -
XYZ 20.5 13.2 5.47 -
YUV 96.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 176 64 58 0 0.64 0.67 0.31 3.05 0.5 0.46
Hex B0 40 3A 0 40 43 1F 3 32 2E
Octal 260 100 72 0 100 103 37 3 62 56
Binary 10110000 1000000 111010 0 1000000 1000011 11111 11 110010 101110

Color Harmonies of #B0403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0403A

Black with #B0403A

Text Example


Text Example

White with #B0403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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