Html Css Color HEX #BD1328 Fire Engine Red

📋 copy color: '#BD1328'

red 189 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #BD1328

Tints of Fire Engine Red #BD1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 76.21%
G = 7.66%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD1328 (or 0xBD1328) is known color: Fire Engine Red. HEX triplet: BD, 13 and 28. RGB value is (189,19,40). Sum of RGB (Red+Green+Blue) = 189+19+40=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1328 is #42ECD7. Grayscale: #484848. Windows color (decimal): -4386008 or 2626493. OLE color: 2626493.

HSL color Cylindrical-coordinate representation of color #BD1328: hue angle of 352.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1328 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 40 -
CMYK 0 0.90 0.79 0.26
HSL 352.59º 0.82% 0.41% -
HSV(B) 352.59º 0.9% 0.74% -
XYZ 21.6 11.44 3.08 -
YUV 72.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 189 19 40 0 0.90 0.79 0.26 352.59 0.82 0.41
Hex BD 13 28 0 5A 4F 1A 161 52 29
Octal 275 23 50 0 132 117 32 541 122 51
Binary 10111101 10011 101000 0 1011010 1001111 11010 101100001 1010010 101001

Color Harmonies of #BD1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1328

Black with #BD1328

Text Example


Text Example

White with #BD1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1328; }

 p { color: rgb(189,19,40); }

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

background-color css

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

 a { background-color: rgb(189,19,40); }

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

border-color css

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

 span { border-color: rgb(189,19,40); }

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