Html Css Color HEX #B74C29 Red Stage

📋 copy color: '#B74C29'

red 183 ◦ green 76 ◦ blue 41

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

Shades of Red Stage #B74C29

Tints of Red Stage #B74C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.33%

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

R = 61%
G = 25.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B74C29 (or 0xB74C29) is known color: Red Stage. HEX triplet: B7, 4C and 29. RGB value is (183,76,41). Sum of RGB (Red+Green+Blue) = 183+76+41=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C29 is #48B3D6. Grayscale: #686868. Windows color (decimal): -4764631 or 2706615. OLE color: 2706615.

HSL color Cylindrical-coordinate representation of color #B74C29: hue angle of 14.79º 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 #B74C29 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 41 -
CMYK 0 0.58 0.78 0.28
HSL 14.79º 0.63% 0.44% -
HSV(B) 14.79º 0.78% 0.72% -
XYZ 22.51 15.4 3.88 -
YUV 104 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 183 76 41 0 0.58 0.78 0.28 14.79 0.63 0.44
Hex B7 4C 29 0 3A 4E 1C F 3F 2C
Octal 267 114 51 0 72 116 34 17 77 54
Binary 10110111 1001100 101001 0 111010 1001110 11100 1111 111111 101100

Color Harmonies of #B74C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C29

Black with #B74C29

Text Example


Text Example

White with #B74C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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