Html Css Color HEX #BF1612 Fire Brick

📋 copy color: '#BF1612'

red 191 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #BF1612

Tints of Fire Brick #BF1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 82.68%
G = 9.52%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1612 (or 0xBF1612) is known color: Fire Brick. HEX triplet: BF, 16 and 12. RGB value is (191,22,18). Sum of RGB (Red+Green+Blue) = 191+22+18=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1612 is #40E9ED. Grayscale: #484848. Windows color (decimal): -4254190 or 1185471. OLE color: 1185471.

HSL color Cylindrical-coordinate representation of color #BF1612: hue angle of 1.39º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1612 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 22 18 -
CMYK 0 0.88 0.91 0.25
HSL 1.39º 0.83% 0.41% -
HSV(B) 1.39º 0.91% 0.75% -
XYZ 21.88 11.69 1.68 -
YUV 72.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 191 22 18 0 0.88 0.91 0.25 1.39 0.83 0.41
Hex BF 16 12 0 58 5B 19 1 53 29
Octal 277 26 22 0 130 133 31 1 123 51
Binary 10111111 10110 10010 0 1011000 1011011 11001 1 1010011 101001

Color Harmonies of #BF1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1612

Black with #BF1612

Text Example


Text Example

White with #BF1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1612; }

 p { color: rgb(191,22,18); }

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

background-color css

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

 a { background-color: rgb(191,22,18); }

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

border-color css

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

 span { border-color: rgb(191,22,18); }

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