Html Css Color HEX #B03820 Medium Carmine

📋 copy color: '#B03820'

red 176 ◦ green 56 ◦ blue 32

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

Shades of Medium Carmine #B03820

Tints of Medium Carmine #B03820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 66.67%
G = 21.21%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03820 (or 0xB03820) is known color: Medium Carmine. HEX triplet: B0, 38 and 20. RGB value is (176,56,32). Sum of RGB (Red+Green+Blue) = 176+56+32=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03820 is #4FC7DF. Grayscale: #595959. Windows color (decimal): -5228512 or 2111664. OLE color: 2111664.

HSL color Cylindrical-coordinate representation of color #B03820: hue angle of 10º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B03820 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 32 -
CMYK 0 0.68 0.82 0.31
HSL 10º 0.69% 0.41% -
HSV(B) 10º 0.82% 0.69% -
XYZ 19.58 12.16 2.68 -
YUV 89.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 176 56 32 0 0.68 0.82 0.31 10 0.69 0.41
Hex B0 38 20 0 44 52 1F A 45 29
Octal 260 70 40 0 104 122 37 12 105 51
Binary 10110000 111000 100000 0 1000100 1010010 11111 1010 1000101 101001

Color Harmonies of #B03820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03820

Black with #B03820

Text Example


Text Example

White with #B03820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03820; }

 p { color: rgb(176,56,32); }

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

background-color css

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

 a { background-color: rgb(176,56,32); }

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

border-color css

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

 span { border-color: rgb(176,56,32); }

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