Html Css Color HEX #BD2320 Fire Brick

📋 copy color: '#BD2320'

red 189 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #BD2320

Tints of Fire Brick #BD2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 73.83%
G = 13.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD2320 (or 0xBD2320) is known color: Fire Brick. HEX triplet: BD, 23 and 20. RGB value is (189,35,32). Sum of RGB (Red+Green+Blue) = 189+35+32=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2320 is #42DCDF. Grayscale: #505050. Windows color (decimal): -4381920 or 2106301. OLE color: 2106301.

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

Color convert

RGB 189 35 32 -
CMYK 0 0.81 0.83 0.26
HSL 1.15º 0.71% 0.43% -
HSV(B) 1.15º 0.83% 0.74% -
XYZ 21.85 12.13 2.56 -
YUV 80.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 189 35 32 0 0.81 0.83 0.26 1.15 0.71 0.43
Hex BD 23 20 0 51 53 1A 1 47 2B
Octal 275 43 40 0 121 123 32 1 107 53
Binary 10111101 100011 100000 0 1010001 1010011 11010 1 1000111 101011

Color Harmonies of #BD2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2320

Black with #BD2320

Text Example


Text Example

White with #BD2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2320; }

 p { color: rgb(189,35,32); }

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

background-color css

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

 a { background-color: rgb(189,35,32); }

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

border-color css

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

 span { border-color: rgb(189,35,32); }

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