Html Css Color HEX #B0423D Medium Carmine

📋 copy color: '#B0423D'

red 176 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #B0423D

Tints of Medium Carmine #B0423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 58.09%
G = 21.78%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0423D (or 0xB0423D) is known color: Medium Carmine. HEX triplet: B0, 42 and 3D. RGB value is (176,66,61). Sum of RGB (Red+Green+Blue) = 176+66+61=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0423D is #4FBDC2. Grayscale: #626262. Windows color (decimal): -5225923 or 4014768. OLE color: 4014768.

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

Color convert

RGB 176 66 61 -
CMYK 0 0.62 0.65 0.31
HSL 2.61º 0.49% 0.46% -
HSV(B) 2.61º 0.65% 0.69% -
XYZ 20.7 13.46 5.92 -
YUV 98.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 176 66 61 0 0.62 0.65 0.31 2.61 0.49 0.46
Hex B0 42 3D 0 3E 41 1F 3 31 2E
Octal 260 102 75 0 76 101 37 3 61 56
Binary 10110000 1000010 111101 0 111110 1000001 11111 11 110001 101110

Color Harmonies of #B0423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0423D

Black with #B0423D

Text Example


Text Example

White with #B0423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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