Html Css Color HEX #BD2B25 Fire Brick

📋 copy color: '#BD2B25'

red 189 ◦ green 43 ◦ blue 37

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

Shades of Fire Brick #BD2B25

Tints of Fire Brick #BD2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 70.26%
G = 15.99%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD2B25 (or 0xBD2B25) is known color: Fire Brick. HEX triplet: BD, 2B and 25. RGB value is (189,43,37). Sum of RGB (Red+Green+Blue) = 189+43+37=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B25 is #42D4DA. Grayscale: #565656. Windows color (decimal): -4379867 or 2436029. OLE color: 2436029.

HSL color Cylindrical-coordinate representation of color #BD2B25: hue angle of 2.37º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2B25 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 43 37 -
CMYK 0 0.77 0.80 0.26
HSL 2.37º 0.67% 0.44% -
HSV(B) 2.37º 0.8% 0.74% -
XYZ 22.18 12.68 3.03 -
YUV 85.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 189 43 37 0 0.77 0.80 0.26 2.37 0.67 0.44
Hex BD 2B 25 0 4D 50 1A 2 43 2C
Octal 275 53 45 0 115 120 32 2 103 54
Binary 10111101 101011 100101 0 1001101 1010000 11010 10 1000011 101100

Color Harmonies of #BD2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B25

Black with #BD2B25

Text Example


Text Example

White with #BD2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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