Html Css Color HEX #BD241E Fire Brick

📋 copy color: '#BD241E'

red 189 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #BD241E

Tints of Fire Brick #BD241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 74.12%
G = 14.12%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD241E (or 0xBD241E) is known color: Fire Brick. HEX triplet: BD, 24 and 1E. RGB value is (189,36,30). Sum of RGB (Red+Green+Blue) = 189+36+30=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD241E is #42DBE1. Grayscale: #515151. Windows color (decimal): -4381666 or 1975485. OLE color: 1975485.

HSL color Cylindrical-coordinate representation of color #BD241E: hue angle of 2.26º degrees, saturation: 0.73, 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 #BD241E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 30 -
CMYK 0 0.81 0.84 0.26
HSL 2.26º 0.73% 0.43% -
HSV(B) 2.26º 0.84% 0.74% -
XYZ 21.85 12.17 2.43 -
YUV 81.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 189 36 30 0 0.81 0.84 0.26 2.26 0.73 0.43
Hex BD 24 1E 0 51 54 1A 2 49 2B
Octal 275 44 36 0 121 124 32 2 111 53
Binary 10111101 100100 11110 0 1010001 1010100 11010 10 1001001 101011

Color Harmonies of #BD241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD241E

Black with #BD241E

Text Example


Text Example

White with #BD241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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