Html Css Color HEX #B73429 Medium Carmine

📋 copy color: '#B73429'

red 183 ◦ green 52 ◦ blue 41

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

Shades of Medium Carmine #B73429

Tints of Medium Carmine #B73429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 66.3%
G = 18.84%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73429 (or 0xB73429) is known color: Medium Carmine. HEX triplet: B7, 34 and 29. RGB value is (183,52,41). Sum of RGB (Red+Green+Blue) = 183+52+41=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73429 is #48CBD6. Grayscale: #5A5A5A. Windows color (decimal): -4770775 or 2700471. OLE color: 2700471.

HSL color Cylindrical-coordinate representation of color #B73429: hue angle of 4.65º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B73429 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 41 -
CMYK 0 0.72 0.78 0.28
HSL 4.65º 0.63% 0.44% -
HSV(B) 4.65º 0.78% 0.72% -
XYZ 21.16 12.68 3.43 -
YUV 89.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 183 52 41 0 0.72 0.78 0.28 4.65 0.63 0.44
Hex B7 34 29 0 48 4E 1C 5 3F 2C
Octal 267 64 51 0 110 116 34 5 77 54
Binary 10110111 110100 101001 0 1001000 1001110 11100 101 111111 101100

Color Harmonies of #B73429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73429

Black with #B73429

Text Example


Text Example

White with #B73429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73429; }

 p { color: rgb(183,52,41); }

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

background-color css

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

 a { background-color: rgb(183,52,41); }

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

border-color css

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

 span { border-color: rgb(183,52,41); }

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