Html Css Color HEX #BF231C Fire Brick

📋 copy color: '#BF231C'

red 191 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #BF231C

Tints of Fire Brick #BF231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 75.2%
G = 13.78%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF231C (or 0xBF231C) is known color: Fire Brick. HEX triplet: BF, 23 and 1C. RGB value is (191,35,28). Sum of RGB (Red+Green+Blue) = 191+35+28=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF231C is #40DCE3. Grayscale: #515151. Windows color (decimal): -4250852 or 1844159. OLE color: 1844159.

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

Color convert

RGB 191 35 28 -
CMYK 0 0.82 0.85 0.25
HSL 2.58º 0.74% 0.43% -
HSV(B) 2.58º 0.85% 0.75% -
XYZ 22.3 12.36 2.31 -
YUV 80.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 191 35 28 0 0.82 0.85 0.25 2.58 0.74 0.43
Hex BF 23 1C 0 52 55 19 3 4A 2B
Octal 277 43 34 0 122 125 31 3 112 53
Binary 10111111 100011 11100 0 1010010 1010101 11001 11 1001010 101011

Color Harmonies of #BF231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF231C

Black with #BF231C

Text Example


Text Example

White with #BF231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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