Html Css Color HEX #BD251E Fire Brick

📋 copy color: '#BD251E'

red 189 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #BD251E

Tints of Fire Brick #BD251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 73.83%
G = 14.45%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD251E (or 0xBD251E) is known color: Fire Brick. HEX triplet: BD, 25 and 1E. RGB value is (189,37,30). Sum of RGB (Red+Green+Blue) = 189+37+30=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD251E is #42DAE1. Grayscale: #515151. Windows color (decimal): -4381410 or 1975741. OLE color: 1975741.

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

Color convert

RGB 189 37 30 -
CMYK 0 0.80 0.84 0.26
HSL 2.64º 0.73% 0.43% -
HSV(B) 2.64º 0.84% 0.74% -
XYZ 21.88 12.24 2.44 -
YUV 81.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 189 37 30 0 0.80 0.84 0.26 2.64 0.73 0.43
Hex BD 25 1E 0 50 54 1A 3 49 2B
Octal 275 45 36 0 120 124 32 3 111 53
Binary 10111101 100101 11110 0 1010000 1010100 11010 11 1001001 101011

Color Harmonies of #BD251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD251E

Black with #BD251E

Text Example


Text Example

White with #BD251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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