Html Css Color HEX #B0423C Medium Carmine

📋 copy color: '#B0423C'

red 176 ◦ green 66 ◦ blue 60

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

Shades of Medium Carmine #B0423C

Tints of Medium Carmine #B0423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 58.28%
G = 21.85%
B = 19.87%

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

#B0423C (or 0xB0423C) is known color: Medium Carmine. HEX triplet: B0, 42 and 3C. RGB value is (176,66,60). Sum of RGB (Red+Green+Blue) = 176+66+60=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0423C is #4FBDC3. Grayscale: #626262. Windows color (decimal): -5225924 or 3949232. OLE color: 3949232.

HSL color Cylindrical-coordinate representation of color #B0423C: hue angle of 3.1º degrees, saturation: 0.49, 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 #B0423C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 60 -
CMYK 0 0.62 0.66 0.31
HSL 3.1º 0.49% 0.46% -
HSV(B) 3.1º 0.66% 0.69% -
XYZ 20.67 13.45 5.78 -
YUV 98.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 176 66 60 0 0.62 0.66 0.31 3.1 0.49 0.46
Hex B0 42 3C 0 3E 42 1F 3 31 2E
Octal 260 102 74 0 76 102 37 3 61 56
Binary 10110000 1000010 111100 0 111110 1000010 11111 11 110001 101110

Color Harmonies of #B0423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0423C

Black with #B0423C

Text Example


Text Example

White with #B0423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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