Html Css Color HEX #BD1C0F Fire Brick

📋 copy color: '#BD1C0F'

red 189 ◦ green 28 ◦ blue 15

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

Shades of Fire Brick #BD1C0F

Tints of Fire Brick #BD1C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 81.47%
G = 12.07%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD1C0F (or 0xBD1C0F) is known color: Fire Brick. HEX triplet: BD, 1C and 0F. RGB value is (189,28,15). Sum of RGB (Red+Green+Blue) = 189+28+15=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C0F is #42E3F0. Grayscale: #4A4A4A. Windows color (decimal): -4383729 or 990397. OLE color: 990397.

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

Color convert

RGB 189 28 15 -
CMYK 0 0.85 0.92 0.26
HSL 4.48º 0.85% 0.4% -
HSV(B) 4.48º 0.92% 0.74% -
XYZ 21.49 11.68 1.57 -
YUV 74.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 189 28 15 0 0.85 0.92 0.26 4.48 0.85 0.4
Hex BD 1C F 0 55 5C 1A 4 55 28
Octal 275 34 17 0 125 134 32 4 125 50
Binary 10111101 11100 1111 0 1010101 1011100 11010 100 1010101 101000

Color Harmonies of #BD1C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C0F

Black with #BD1C0F

Text Example


Text Example

White with #BD1C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C0F; }

 p { color: rgb(189,28,15); }

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

background-color css

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

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

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

border-color css

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

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

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