Html Css Color HEX #B0423A Medium Carmine

📋 copy color: '#B0423A'

red 176 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #B0423A

Tints of Medium Carmine #B0423A

RGB

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

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

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

R = 58.67%
G = 22%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0423A (or 0xB0423A) is known color: Medium Carmine. HEX triplet: B0, 42 and 3A. RGB value is (176,66,58). Sum of RGB (Red+Green+Blue) = 176+66+58=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0423A is #4FBDC5. Grayscale: #626262. Windows color (decimal): -5225926 or 3818160. OLE color: 3818160.

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

Color convert

RGB 176 66 58 -
CMYK 0 0.62 0.67 0.31
HSL 4.07º 0.5% 0.46% -
HSV(B) 4.07º 0.67% 0.69% -
XYZ 20.62 13.43 5.51 -
YUV 97.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 176 66 58 0 0.62 0.67 0.31 4.07 0.5 0.46
Hex B0 42 3A 0 3E 43 1F 4 32 2E
Octal 260 102 72 0 76 103 37 4 62 56
Binary 10110000 1000010 111010 0 111110 1000011 11111 100 110010 101110

Color Harmonies of #B0423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0423A

Black with #B0423A

Text Example


Text Example

White with #B0423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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