Html Css Color HEX #B73825 Medium Carmine

📋 copy color: '#B73825'

red 183 ◦ green 56 ◦ blue 37

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

Shades of Medium Carmine #B73825

Tints of Medium Carmine #B73825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 66.3%
G = 20.29%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B73825 (or 0xB73825) is known color: Medium Carmine. HEX triplet: B7, 38 and 25. RGB value is (183,56,37). Sum of RGB (Red+Green+Blue) = 183+56+37=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73825 is #48C7DA. Grayscale: #5C5C5C. Windows color (decimal): -4769755 or 2439351. OLE color: 2439351.

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

Color convert

RGB 183 56 37 -
CMYK 0 0.69 0.80 0.28
HSL 7.81º 0.66% 0.43% -
HSV(B) 7.81º 0.8% 0.72% -
XYZ 21.28 13.03 3.14 -
YUV 91.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 183 56 37 0 0.69 0.80 0.28 7.81 0.66 0.43
Hex B7 38 25 0 45 50 1C 8 42 2B
Octal 267 70 45 0 105 120 34 10 102 53
Binary 10110111 111000 100101 0 1000101 1010000 11100 1000 1000010 101011

Color Harmonies of #B73825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73825

Black with #B73825

Text Example


Text Example

White with #B73825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73825; }

 p { color: rgb(183,56,37); }

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

background-color css

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

 a { background-color: rgb(183,56,37); }

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

border-color css

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

 span { border-color: rgb(183,56,37); }

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