Html Css Color HEX #BF2B25 Fire Brick

📋 copy color: '#BF2B25'

red 191 ◦ green 43 ◦ blue 37

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

Shades of Fire Brick #BF2B25

Tints of Fire Brick #BF2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 70.48%
G = 15.87%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF2B25 (or 0xBF2B25) is known color: Fire Brick. HEX triplet: BF, 2B and 25. RGB value is (191,43,37). Sum of RGB (Red+Green+Blue) = 191+43+37=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B25 is #40D4DA. Grayscale: #565656. Windows color (decimal): -4248795 or 2436031. OLE color: 2436031.

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

Color convert

RGB 191 43 37 -
CMYK 0 0.77 0.81 0.25
HSL 2.34º 0.68% 0.45% -
HSV(B) 2.34º 0.81% 0.75% -
XYZ 22.68 12.94 3.05 -
YUV 86.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 191 43 37 0 0.77 0.81 0.25 2.34 0.68 0.45
Hex BF 2B 25 0 4D 51 19 2 44 2D
Octal 277 53 45 0 115 121 31 2 104 55
Binary 10111111 101011 100101 0 1001101 1010001 11001 10 1000100 101101

Color Harmonies of #BF2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B25

Black with #BF2B25

Text Example


Text Example

White with #BF2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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