Html Css Color HEX #B0423B Medium Carmine

📋 copy color: '#B0423B'

red 176 ◦ green 66 ◦ blue 59

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

Shades of Medium Carmine #B0423B

Tints of Medium Carmine #B0423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 58.47%
G = 21.93%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0423B (or 0xB0423B) is known color: Medium Carmine. HEX triplet: B0, 42 and 3B. RGB value is (176,66,59). Sum of RGB (Red+Green+Blue) = 176+66+59=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0423B is #4FBDC4. Grayscale: #626262. Windows color (decimal): -5225925 or 3883696. OLE color: 3883696.

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

Color convert

RGB 176 66 59 -
CMYK 0 0.62 0.66 0.31
HSL 3.59º 0.5% 0.46% -
HSV(B) 3.59º 0.66% 0.69% -
XYZ 20.64 13.44 5.64 -
YUV 98.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 176 66 59 0 0.62 0.66 0.31 3.59 0.5 0.46
Hex B0 42 3B 0 3E 42 1F 4 32 2E
Octal 260 102 73 0 76 102 37 4 62 56
Binary 10110000 1000010 111011 0 111110 1000010 11111 100 110010 101110

Color Harmonies of #B0423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0423B

Black with #B0423B

Text Example


Text Example

White with #B0423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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