Html Css Color HEX #B74C30 Grenadier

📋 copy color: '#B74C30'

red 183 ◦ green 76 ◦ blue 48

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

Shades of Grenadier #B74C30

Tints of Grenadier #B74C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 59.61%
G = 24.76%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B74C30 (or 0xB74C30) is known color: Grenadier. HEX triplet: B7, 4C and 30. RGB value is (183,76,48). Sum of RGB (Red+Green+Blue) = 183+76+48=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C30 is #48B3CF. Grayscale: #696969. Windows color (decimal): -4764624 or 3165367. OLE color: 3165367.

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

Color convert

RGB 183 76 48 -
CMYK 0 0.58 0.74 0.28
HSL 12.44º 0.58% 0.45% -
HSV(B) 12.44º 0.74% 0.72% -
XYZ 22.65 15.45 4.58 -
YUV 104.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 183 76 48 0 0.58 0.74 0.28 12.44 0.58 0.45
Hex B7 4C 30 0 3A 4A 1C C 3A 2D
Octal 267 114 60 0 72 112 34 14 72 55
Binary 10110111 1001100 110000 0 111010 1001010 11100 1100 111010 101101

Color Harmonies of #B74C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C30

Black with #B74C30

Text Example


Text Example

White with #B74C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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