Html Css Color HEX #BF1C0D Fire Brick

📋 copy color: '#BF1C0D'

red 191 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #BF1C0D

Tints of Fire Brick #BF1C0D

RGB

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

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

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

R = 82.33%
G = 12.07%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF1C0D (or 0xBF1C0D) is known color: Fire Brick. HEX triplet: BF, 1C and 0D. RGB value is (191,28,13). Sum of RGB (Red+Green+Blue) = 191+28+13=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1C0D is #40E3F2. Grayscale: #4B4B4B. Windows color (decimal): -4252659 or 859327. OLE color: 859327.

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

Color convert

RGB 191 28 13 -
CMYK 0 0.85 0.93 0.25
HSL 5.06º 0.87% 0.4% -
HSV(B) 5.06º 0.93% 0.75% -
XYZ 21.97 11.94 1.53 -
YUV 75.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 191 28 13 0 0.85 0.93 0.25 5.06 0.87 0.4
Hex BF 1C D 0 55 5D 19 5 57 28
Octal 277 34 15 0 125 135 31 5 127 50
Binary 10111111 11100 1101 0 1010101 1011101 11001 101 1010111 101000

Color Harmonies of #BF1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1C0D

Black with #BF1C0D

Text Example


Text Example

White with #BF1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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