Html Css Color HEX #BF241B Fire Brick

📋 copy color: '#BF241B'

red 191 ◦ green 36 ◦ blue 27

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

Shades of Fire Brick #BF241B

Tints of Fire Brick #BF241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 75.2%
G = 14.17%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF241B (or 0xBF241B) is known color: Fire Brick. HEX triplet: BF, 24 and 1B. RGB value is (191,36,27). Sum of RGB (Red+Green+Blue) = 191+36+27=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF241B is #40DBE4. Grayscale: #515151. Windows color (decimal): -4250597 or 1778879. OLE color: 1778879.

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

Color convert

RGB 191 36 27 -
CMYK 0 0.81 0.86 0.25
HSL 3.29º 0.75% 0.43% -
HSV(B) 3.29º 0.86% 0.75% -
XYZ 22.31 12.42 2.26 -
YUV 81.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 191 36 27 0 0.81 0.86 0.25 3.29 0.75 0.43
Hex BF 24 1B 0 51 56 19 3 4B 2B
Octal 277 44 33 0 121 126 31 3 113 53
Binary 10111111 100100 11011 0 1010001 1010110 11001 11 1001011 101011

Color Harmonies of #BF241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF241B

Black with #BF241B

Text Example


Text Example

White with #BF241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF241B; }

 p { color: rgb(191,36,27); }

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

background-color css

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

 a { background-color: rgb(191,36,27); }

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

border-color css

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

 span { border-color: rgb(191,36,27); }

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