Html Css Color HEX #BF231D Fire Brick

📋 copy color: '#BF231D'

red 191 ◦ green 35 ◦ blue 29

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

Shades of Fire Brick #BF231D

Tints of Fire Brick #BF231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 74.9%
G = 13.73%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF231D (or 0xBF231D) is known color: Fire Brick. HEX triplet: BF, 23 and 1D. RGB value is (191,35,29). Sum of RGB (Red+Green+Blue) = 191+35+29=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF231D is #40DCE2. Grayscale: #515151. Windows color (decimal): -4250851 or 1909695. OLE color: 1909695.

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

Color convert

RGB 191 35 29 -
CMYK 0 0.82 0.85 0.25
HSL 2.22º 0.74% 0.43% -
HSV(B) 2.22º 0.85% 0.75% -
XYZ 22.31 12.37 2.37 -
YUV 80.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 191 35 29 0 0.82 0.85 0.25 2.22 0.74 0.43
Hex BF 23 1D 0 52 55 19 2 4A 2B
Octal 277 43 35 0 122 125 31 2 112 53
Binary 10111111 100011 11101 0 1010010 1010101 11001 10 1001010 101011

Color Harmonies of #BF231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF231D

Black with #BF231D

Text Example


Text Example

White with #BF231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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