Html Css Color HEX #BD1F1F Fire Brick

📋 copy color: '#BD1F1F'

red 189 ◦ green 31 ◦ blue 31

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

Shades of Fire Brick #BD1F1F

Tints of Fire Brick #BD1F1F

RGB

 RED value IS 189 (74.22% from 255) = 75.3%

 GREEN value IS 31 (12.5% from 255) = 12.35%

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 75.3%
G = 12.35%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD1F1F (or 0xBD1F1F) is known color: Fire Brick. HEX triplet: BD, 1F and 1F. RGB value is (189,31,31). Sum of RGB (Red+Green+Blue) = 189+31+31=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F1F is #42E0E0. Grayscale: #4E4E4E. Windows color (decimal): -4382945 or 2039741. OLE color: 2039741.

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

Color convert

RGB 189 31 31 -
CMYK 0 0.84 0.84 0.26
HSL 0.72% 0.43% -
HSV(B) 0.84% 0.74% -
XYZ 21.72 11.9 2.45 -
YUV 78.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 189 31 31 0 0.84 0.84 0.26 0 0.72 0.43
Hex BD 1F 1F 0 54 54 1A 0 48 2B
Octal 275 37 37 0 124 124 32 0 110 53
Binary 10111101 11111 11111 0 1010100 1010100 11010 0 1001000 101011

Color Harmonies of #BD1F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F1F

Black with #BD1F1F

Text Example


Text Example

White with #BD1F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F1F; }

 p { color: rgb(189,31,31); }

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

background-color css

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

 a { background-color: rgb(189,31,31); }

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

border-color css

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

 span { border-color: rgb(189,31,31); }

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