Html Css Color HEX #BF180D Fire Brick

📋 copy color: '#BF180D'

red 191 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #BF180D

Tints of Fire Brick #BF180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

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

R = 83.77%
G = 10.53%
B = 5.7%

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

#BF180D (or 0xBF180D) is known color: Fire Brick. HEX triplet: BF, 18 and 0D. RGB value is (191,24,13). Sum of RGB (Red+Green+Blue) = 191+24+13=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF180D is #40E7F2. Grayscale: #484848. Windows color (decimal): -4253683 or 858303. OLE color: 858303.

HSL color Cylindrical-coordinate representation of color #BF180D: hue angle of 3.71º 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 #BF180D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 13 -
CMYK 0 0.87 0.93 0.25
HSL 3.71º 0.87% 0.4% -
HSV(B) 3.71º 0.93% 0.75% -
XYZ 21.89 11.76 1.5 -
YUV 72.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 191 24 13 0 0.87 0.93 0.25 3.71 0.87 0.4
Hex BF 18 D 0 57 5D 19 4 57 28
Octal 277 30 15 0 127 135 31 4 127 50
Binary 10111111 11000 1101 0 1010111 1011101 11001 100 1010111 101000

Color Harmonies of #BF180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF180D

Black with #BF180D

Text Example


Text Example

White with #BF180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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