Html Css Color HEX #BD2D27 Fire Brick

📋 copy color: '#BD2D27'

red 189 ◦ green 45 ◦ blue 39

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

Shades of Fire Brick #BD2D27

Tints of Fire Brick #BD2D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 69.23%
G = 16.48%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD2D27 (or 0xBD2D27) is known color: Fire Brick. HEX triplet: BD, 2D and 27. RGB value is (189,45,39). Sum of RGB (Red+Green+Blue) = 189+45+39=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D27 is #42D2D8. Grayscale: #575757. Windows color (decimal): -4379353 or 2567613. OLE color: 2567613.

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

Color convert

RGB 189 45 39 -
CMYK 0 0.76 0.79 0.26
HSL 2.4º 0.66% 0.45% -
HSV(B) 2.4º 0.79% 0.74% -
XYZ 22.29 12.84 3.22 -
YUV 87.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 189 45 39 0 0.76 0.79 0.26 2.4 0.66 0.45
Hex BD 2D 27 0 4C 4F 1A 2 42 2D
Octal 275 55 47 0 114 117 32 2 102 55
Binary 10111101 101101 100111 0 1001100 1001111 11010 10 1000010 101101

Color Harmonies of #BD2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D27

Black with #BD2D27

Text Example


Text Example

White with #BD2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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