Html Css Color HEX #BD1C17 Fire Brick

📋 copy color: '#BD1C17'

red 189 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #BD1C17

Tints of Fire Brick #BD1C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.58%

R = 78.75%
G = 11.67%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD1C17 (or 0xBD1C17) is known color: Fire Brick. HEX triplet: BD, 1C and 17. RGB value is (189,28,23). Sum of RGB (Red+Green+Blue) = 189+28+23=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C17 is #42E3E8. Grayscale: #4B4B4B. Windows color (decimal): -4383721 or 1514685. OLE color: 1514685.

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

Color convert

RGB 189 28 23 -
CMYK 0 0.85 0.88 0.26
HSL 1.81º 0.78% 0.42% -
HSV(B) 1.81º 0.88% 0.74% -
XYZ 21.56 11.71 1.93 -
YUV 75.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 189 28 23 0 0.85 0.88 0.26 1.81 0.78 0.42
Hex BD 1C 17 0 55 58 1A 2 4E 2A
Octal 275 34 27 0 125 130 32 2 116 52
Binary 10111101 11100 10111 0 1010101 1011000 11010 10 1001110 101010

Color Harmonies of #BD1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C17

Black with #BD1C17

Text Example


Text Example

White with #BD1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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