Html Css Color HEX #B03922 Medium Carmine

📋 copy color: '#B03922'

red 176 ◦ green 57 ◦ blue 34

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

Shades of Medium Carmine #B03922

Tints of Medium Carmine #B03922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 65.92%
G = 21.35%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03922 (or 0xB03922) is known color: Medium Carmine. HEX triplet: B0, 39 and 22. RGB value is (176,57,34). Sum of RGB (Red+Green+Blue) = 176+57+34=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B03922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03922 is #4FC6DD. Grayscale: #5A5A5A. Windows color (decimal): -5228254 or 2242992. OLE color: 2242992.

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

Color convert

RGB 176 57 34 -
CMYK 0 0.68 0.81 0.31
HSL 9.72º 0.68% 0.41% -
HSV(B) 9.72º 0.81% 0.69% -
XYZ 19.66 12.27 2.85 -
YUV 89.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 176 57 34 0 0.68 0.81 0.31 9.72 0.68 0.41
Hex B0 39 22 0 44 51 1F A 44 29
Octal 260 71 42 0 104 121 37 12 104 51
Binary 10110000 111001 100010 0 1000100 1010001 11111 1010 1000100 101001

Color Harmonies of #B03922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03922

Black with #B03922

Text Example


Text Example

White with #B03922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03922; }

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

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

background-color css

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

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

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

border-color css

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

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

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