Html Css Color HEX #BF231E Fire Brick

📋 copy color: '#BF231E'

red 191 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #BF231E

Tints of Fire Brick #BF231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 74.61%
G = 13.67%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF231E (or 0xBF231E) is known color: Fire Brick. HEX triplet: BF, 23 and 1E. RGB value is (191,35,30). Sum of RGB (Red+Green+Blue) = 191+35+30=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF231E is #40DCE1. Grayscale: #515151. Windows color (decimal): -4250850 or 1975231. OLE color: 1975231.

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

Color convert

RGB 191 35 30 -
CMYK 0 0.82 0.84 0.25
HSL 1.86º 0.73% 0.43% -
HSV(B) 1.86º 0.84% 0.75% -
XYZ 22.32 12.37 2.44 -
YUV 81.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 191 35 30 0 0.82 0.84 0.25 1.86 0.73 0.43
Hex BF 23 1E 0 52 54 19 2 49 2B
Octal 277 43 36 0 122 124 31 2 111 53
Binary 10111111 100011 11110 0 1010010 1010100 11001 10 1001001 101011

Color Harmonies of #BF231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF231E

Black with #BF231E

Text Example


Text Example

White with #BF231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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