Html Css Color HEX #B73D22 Medium Carmine

📋 copy color: '#B73D22'

red 183 ◦ green 61 ◦ blue 34

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

Shades of Medium Carmine #B73D22

Tints of Medium Carmine #B73D22

RGB

 RED value IS 183 (71.88% from 255) = 65.83%

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 65.83%
G = 21.94%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B73D22 (or 0xB73D22) is known color: Medium Carmine. HEX triplet: B7, 3D and 22. RGB value is (183,61,34). Sum of RGB (Red+Green+Blue) = 183+61+34=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D22 is #48C2DD. Grayscale: #5E5E5E. Windows color (decimal): -4768478 or 2244023. OLE color: 2244023.

HSL color Cylindrical-coordinate representation of color #B73D22: hue angle of 10.87º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B73D22 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 61 34 -
CMYK 0 0.67 0.81 0.28
HSL 10.87º 0.69% 0.43% -
HSV(B) 10.87º 0.81% 0.72% -
XYZ 21.49 13.52 2.99 -
YUV 94.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 183 61 34 0 0.67 0.81 0.28 10.87 0.69 0.43
Hex B7 3D 22 0 43 51 1C B 45 2B
Octal 267 75 42 0 103 121 34 13 105 53
Binary 10110111 111101 100010 0 1000011 1010001 11100 1011 1000101 101011

Color Harmonies of #B73D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D22

Black with #B73D22

Text Example


Text Example

White with #B73D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D22; }

 p { color: rgb(183,61,34); }

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

background-color css

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

 a { background-color: rgb(183,61,34); }

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

border-color css

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

 span { border-color: rgb(183,61,34); }

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