Html Css Color HEX #B0422D Medium Carmine

📋 copy color: '#B0422D'

red 176 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #B0422D

Tints of Medium Carmine #B0422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 61.32%
G = 23%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0422D (or 0xB0422D) is known color: Medium Carmine. HEX triplet: B0, 42 and 2D. RGB value is (176,66,45). Sum of RGB (Red+Green+Blue) = 176+66+45=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0422D is #4FBDD2. Grayscale: #606060. Windows color (decimal): -5225939 or 2966192. OLE color: 2966192.

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

Color convert

RGB 176 66 45 -
CMYK 0 0.62 0.74 0.31
HSL 9.62º 0.59% 0.43% -
HSV(B) 9.62º 0.74% 0.69% -
XYZ 20.33 13.32 3.98 -
YUV 96.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 176 66 45 0 0.62 0.74 0.31 9.62 0.59 0.43
Hex B0 42 2D 0 3E 4A 1F A 3B 2B
Octal 260 102 55 0 76 112 37 12 73 53
Binary 10110000 1000010 101101 0 111110 1001010 11111 1010 111011 101011

Color Harmonies of #B0422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0422D

Black with #B0422D

Text Example


Text Example

White with #B0422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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