Html Css Color HEX #BF1C1A Fire Brick

📋 copy color: '#BF1C1A'

red 191 ◦ green 28 ◦ blue 26

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

Shades of Fire Brick #BF1C1A

Tints of Fire Brick #BF1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 77.96%
G = 11.43%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF1C1A (or 0xBF1C1A) is known color: Fire Brick. HEX triplet: BF, 1C and 1A. RGB value is (191,28,26). Sum of RGB (Red+Green+Blue) = 191+28+26=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1C1A is #40E3E5. Grayscale: #4C4C4C. Windows color (decimal): -4252646 or 1711295. OLE color: 1711295.

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

Color convert

RGB 191 28 26 -
CMYK 0 0.85 0.86 0.25
HSL 0.73º 0.76% 0.43% -
HSV(B) 0.73º 0.86% 0.75% -
XYZ 22.09 11.98 2.13 -
YUV 76.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 191 28 26 0 0.85 0.86 0.25 0.73 0.76 0.43
Hex BF 1C 1A 0 55 56 19 1 4C 2B
Octal 277 34 32 0 125 126 31 1 114 53
Binary 10111111 11100 11010 0 1010101 1010110 11001 1 1001100 101011

Color Harmonies of #BF1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1C1A

Black with #BF1C1A

Text Example


Text Example

White with #BF1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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