Html Css Color HEX #BF231A Fire Brick

📋 copy color: '#BF231A'

red 191 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #BF231A

Tints of Fire Brick #BF231A

RGB

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

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

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

R = 75.79%
G = 13.89%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF231A (or 0xBF231A) is known color: Fire Brick. HEX triplet: BF, 23 and 1A. RGB value is (191,35,26). Sum of RGB (Red+Green+Blue) = 191+35+26=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF231A is #40DCE5. Grayscale: #505050. Windows color (decimal): -4250854 or 1713087. OLE color: 1713087.

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

Color convert

RGB 191 35 26 -
CMYK 0 0.82 0.86 0.25
HSL 3.27º 0.76% 0.43% -
HSV(B) 3.27º 0.86% 0.75% -
XYZ 22.27 12.35 2.19 -
YUV 80.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 191 35 26 0 0.82 0.86 0.25 3.27 0.76 0.43
Hex BF 23 1A 0 52 56 19 3 4C 2B
Octal 277 43 32 0 122 126 31 3 114 53
Binary 10111111 100011 11010 0 1010010 1010110 11001 11 1001100 101011

Color Harmonies of #BF231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF231A

Black with #BF231A

Text Example


Text Example

White with #BF231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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