Html Css Color HEX #BF3F25 Grenadier

📋 copy color: '#BF3F25'

red 191 ◦ green 63 ◦ blue 37

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

Shades of Grenadier #BF3F25

Tints of Grenadier #BF3F25

RGB

 RED value IS 191 (75% from 255) = 65.64%

 GREEN value IS 63 (25% from 255) = 21.65%

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

R = 65.64%
G = 21.65%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF3F25 (or 0xBF3F25) is known color: Grenadier. HEX triplet: BF, 3F and 25. RGB value is (191,63,37). Sum of RGB (Red+Green+Blue) = 191+63+37=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F25 is #40C0DA. Grayscale: #626262. Windows color (decimal): -4243675 or 2441151. OLE color: 2441151.

HSL color Cylindrical-coordinate representation of color #BF3F25: hue angle of 10.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF3F25 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 63 37 -
CMYK 0 0.67 0.81 0.25
HSL 10.13º 0.68% 0.45% -
HSV(B) 10.13º 0.81% 0.75% -
XYZ 23.6 14.76 3.36 -
YUV 98.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 191 63 37 0 0.67 0.81 0.25 10.13 0.68 0.45
Hex BF 3F 25 0 43 51 19 A 44 2D
Octal 277 77 45 0 103 121 31 12 104 55
Binary 10111111 111111 100101 0 1000011 1010001 11001 1010 1000100 101101

Color Harmonies of #BF3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F25

Black with #BF3F25

Text Example


Text Example

White with #BF3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F25; }

 p { color: rgb(191,63,37); }

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

background-color css

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

 a { background-color: rgb(191,63,37); }

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

border-color css

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

 span { border-color: rgb(191,63,37); }

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