Html Css Color HEX #BD2D2A Fire Brick

📋 copy color: '#BD2D2A'

red 189 ◦ green 45 ◦ blue 42

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

Shades of Fire Brick #BD2D2A

Tints of Fire Brick #BD2D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 68.48%
G = 16.3%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD2D2A (or 0xBD2D2A) is known color: Fire Brick. HEX triplet: BD, 2D and 2A. RGB value is (189,45,42). Sum of RGB (Red+Green+Blue) = 189+45+42=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D2A is #42D2D5. Grayscale: #575757. Windows color (decimal): -4379350 or 2764221. OLE color: 2764221.

HSL color Cylindrical-coordinate representation of color #BD2D2A: hue angle of 1.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2D2A is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 42 -
CMYK 0 0.76 0.78 0.26
HSL 1.22º 0.64% 0.45% -
HSV(B) 1.22º 0.78% 0.74% -
XYZ 22.34 12.86 3.5 -
YUV 87.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 189 45 42 0 0.76 0.78 0.26 1.22 0.64 0.45
Hex BD 2D 2A 0 4C 4E 1A 1 40 2D
Octal 275 55 52 0 114 116 32 1 100 55
Binary 10111101 101101 101010 0 1001100 1001110 11010 1 1000000 101101

Color Harmonies of #BD2D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D2A

Black with #BD2D2A

Text Example


Text Example

White with #BD2D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D2A; }

 p { color: rgb(189,45,42); }

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

background-color css

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

 a { background-color: rgb(189,45,42); }

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

border-color css

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

 span { border-color: rgb(189,45,42); }

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