Html Css Color HEX #BF251C Fire Brick

📋 copy color: '#BF251C'

red 191 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #BF251C

Tints of Fire Brick #BF251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 74.61%
G = 14.45%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF251C (or 0xBF251C) is known color: Fire Brick. HEX triplet: BF, 25 and 1C. RGB value is (191,37,28). Sum of RGB (Red+Green+Blue) = 191+37+28=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF251C is #40DAE3. Grayscale: #525252. Windows color (decimal): -4250340 or 1844671. OLE color: 1844671.

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

Color convert

RGB 191 37 28 -
CMYK 0 0.81 0.85 0.25
HSL 3.31º 0.74% 0.43% -
HSV(B) 3.31º 0.85% 0.75% -
XYZ 22.36 12.48 2.33 -
YUV 82.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 191 37 28 0 0.81 0.85 0.25 3.31 0.74 0.43
Hex BF 25 1C 0 51 55 19 3 4A 2B
Octal 277 45 34 0 121 125 31 3 112 53
Binary 10111111 100101 11100 0 1010001 1010101 11001 11 1001010 101011

Color Harmonies of #BF251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF251C

Black with #BF251C

Text Example


Text Example

White with #BF251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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