Html Css Color HEX #BF190D Fire Brick

📋 copy color: '#BF190D'

red 191 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #BF190D

Tints of Fire Brick #BF190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 83.41%
G = 10.92%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF190D (or 0xBF190D) is known color: Fire Brick. HEX triplet: BF, 19 and 0D. RGB value is (191,25,13). Sum of RGB (Red+Green+Blue) = 191+25+13=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF190D is #40E6F2. Grayscale: #494949. Windows color (decimal): -4253427 or 858559. OLE color: 858559.

HSL color Cylindrical-coordinate representation of color #BF190D: hue angle of 4.04º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF190D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 13 -
CMYK 0 0.87 0.93 0.25
HSL 4.04º 0.87% 0.4% -
HSV(B) 4.04º 0.93% 0.75% -
XYZ 21.91 11.8 1.5 -
YUV 73.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 191 25 13 0 0.87 0.93 0.25 4.04 0.87 0.4
Hex BF 19 D 0 57 5D 19 4 57 28
Octal 277 31 15 0 127 135 31 4 127 50
Binary 10111111 11001 1101 0 1010111 1011101 11001 100 1010111 101000

Color Harmonies of #BF190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF190D

Black with #BF190D

Text Example


Text Example

White with #BF190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF190D; }

 p { color: rgb(191,25,13); }

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

background-color css

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

 a { background-color: rgb(191,25,13); }

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

border-color css

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

 span { border-color: rgb(191,25,13); }

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