Html Css Color HEX #B03722 Medium Carmine

📋 copy color: '#B03722'

red 176 ◦ green 55 ◦ blue 34

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

Shades of Medium Carmine #B03722

Tints of Medium Carmine #B03722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 66.42%
G = 20.75%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03722 (or 0xB03722) is known color: Medium Carmine. HEX triplet: B0, 37 and 22. RGB value is (176,55,34). Sum of RGB (Red+Green+Blue) = 176+55+34=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03722 is #4FC8DD. Grayscale: #585858. Windows color (decimal): -5228766 or 2242480. OLE color: 2242480.

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

Color convert

RGB 176 55 34 -
CMYK 0 0.69 0.81 0.31
HSL 8.87º 0.68% 0.41% -
HSV(B) 8.87º 0.81% 0.69% -
XYZ 19.56 12.08 2.81 -
YUV 88.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 176 55 34 0 0.69 0.81 0.31 8.87 0.68 0.41
Hex B0 37 22 0 45 51 1F 9 44 29
Octal 260 67 42 0 105 121 37 11 104 51
Binary 10110000 110111 100010 0 1000101 1010001 11111 1001 1000100 101001

Color Harmonies of #B03722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03722

Black with #B03722

Text Example


Text Example

White with #B03722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03722; }

 p { color: rgb(176,55,34); }

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

background-color css

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

 a { background-color: rgb(176,55,34); }

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

border-color css

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

 span { border-color: rgb(176,55,34); }

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