Html Css Color HEX #BD0018 Venetian Red

📋 copy color: '#BD0018'

red 189 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #BD0018

Tints of Venetian Red #BD0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 88.73%
G = 0%
B = 11.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD0018 (or 0xBD0018) is known color: Venetian Red. HEX triplet: BD, 00 and 18. RGB value is (189,0,24). Sum of RGB (Red+Green+Blue) = 189+0+24=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0018 is #42FFE7. Grayscale: #3B3B3B. Windows color (decimal): -4390888 or 1573053. OLE color: 1573053.

HSL color Cylindrical-coordinate representation of color #BD0018: hue angle of 352.38º 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 #BD0018 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 24 -
CMYK 0 1 0.87 0.26
HSL 352.38º 1% 0.37% -
HSV(B) 352.38º 1% 0.74% -
XYZ 21.15 10.88 1.85 -
YUV 59.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 189 0 24 0 1 0.87 0.26 352.38 1 0.37
Hex BD 0 18 0 64 57 1A 160 64 25
Octal 275 0 30 0 144 127 32 540 144 45
Binary 10111101 0 11000 0 1100100 1010111 11010 101100000 1100100 100101

Color Harmonies of #BD0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0018

Black with #BD0018

Text Example


Text Example

White with #BD0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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