Html Css Color HEX #BD2419 Fire Brick

📋 copy color: '#BD2419'

red 189 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #BD2419

Tints of Fire Brick #BD2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

 BLUE value IS 25 (10.16% from 255) = 10%

R = 75.6%
G = 14.4%
B = 10%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD2419 (or 0xBD2419) is known color: Fire Brick. HEX triplet: BD, 24 and 19. RGB value is (189,36,25). Sum of RGB (Red+Green+Blue) = 189+36+25=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2419 is #42DBE6. Grayscale: #505050. Windows color (decimal): -4381671 or 1647805. OLE color: 1647805.

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

Color convert

RGB 189 36 25 -
CMYK 0 0.81 0.87 0.26
HSL 4.02º 0.77% 0.42% -
HSV(B) 4.02º 0.87% 0.74% -
XYZ 21.79 12.15 2.12 -
YUV 80.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 189 36 25 0 0.81 0.87 0.26 4.02 0.77 0.42
Hex BD 24 19 0 51 57 1A 4 4D 2A
Octal 275 44 31 0 121 127 32 4 115 52
Binary 10111101 100100 11001 0 1010001 1010111 11010 100 1001101 101010

Color Harmonies of #BD2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2419

Black with #BD2419

Text Example


Text Example

White with #BD2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2419; }

 p { color: rgb(189,36,25); }

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

background-color css

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

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

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

border-color css

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

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

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