Html Css Color HEX #BF2A25 Fire Brick

📋 copy color: '#BF2A25'

red 191 ◦ green 42 ◦ blue 37

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

Shades of Fire Brick #BF2A25

Tints of Fire Brick #BF2A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 70.74%
G = 15.56%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF2A25 (or 0xBF2A25) is known color: Fire Brick. HEX triplet: BF, 2A and 25. RGB value is (191,42,37). Sum of RGB (Red+Green+Blue) = 191+42+37=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A25 is #40D5DA. Grayscale: #565656. Windows color (decimal): -4249051 or 2435775. OLE color: 2435775.

HSL color Cylindrical-coordinate representation of color #BF2A25: hue angle of 1.95º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2A25 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 37 -
CMYK 0 0.78 0.81 0.25
HSL 1.95º 0.68% 0.45% -
HSV(B) 1.95º 0.81% 0.75% -
XYZ 22.65 12.87 3.04 -
YUV 85.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 191 42 37 0 0.78 0.81 0.25 1.95 0.68 0.45
Hex BF 2A 25 0 4E 51 19 2 44 2D
Octal 277 52 45 0 116 121 31 2 104 55
Binary 10111111 101010 100101 0 1001110 1010001 11001 10 1000100 101101

Color Harmonies of #BF2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A25

Black with #BF2A25

Text Example


Text Example

White with #BF2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A25; }

 p { color: rgb(191,42,37); }

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

background-color css

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

 a { background-color: rgb(191,42,37); }

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

border-color css

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

 span { border-color: rgb(191,42,37); }

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