Html Css Color HEX #BD0024 Venetian Red

📋 copy color: '#BD0024'

red 189 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #BD0024

Tints of Venetian Red #BD0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 16%

R = 84%
G = 0%
B = 16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD0024 (or 0xBD0024) is known color: Venetian Red. HEX triplet: BD, 00 and 24. RGB value is (189,0,36). Sum of RGB (Red+Green+Blue) = 189+0+36=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0024 is #42FFDB. Grayscale: #3C3C3C. Windows color (decimal): -4390876 or 2359485. OLE color: 2359485.

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

Color convert

RGB 189 0 36 -
CMYK 0 1 0.81 0.26
HSL 348.57º 1% 0.37% -
HSV(B) 348.57º 1% 0.74% -
XYZ 21.3 10.95 2.66 -
YUV 60.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 189 0 36 0 1 0.81 0.26 348.57 1 0.37
Hex BD 0 24 0 64 51 1A 15D 64 25
Octal 275 0 44 0 144 121 32 535 144 45
Binary 10111101 0 100100 0 1100100 1010001 11010 101011101 1100100 100101

Color Harmonies of #BD0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0024

Black with #BD0024

Text Example


Text Example

White with #BD0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0024; }

 p { color: rgb(189,0,36); }

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

background-color css

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

 a { background-color: rgb(189,0,36); }

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

border-color css

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

 span { border-color: rgb(189,0,36); }

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