Html Css Color HEX #BD0002 Venetian Red

📋 copy color: '#BD0002'

red 189 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #BD0002

Tints of Venetian Red #BD0002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 98.95%
G = 0%
B = 1.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD0002 (or 0xBD0002) is known color: Venetian Red. HEX triplet: BD, 00 and 02. RGB value is (189,0,2). Sum of RGB (Red+Green+Blue) = 189+0+2=191 (25% of max value = 765). Red value is 189 (74.22% from 255 or 98.95% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0002 is #42FFFD. Grayscale: #383838. Windows color (decimal): -4390910 or 131261. OLE color: 131261.

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

Color convert

RGB 189 0 2 -
CMYK 0 1 0.99 0.26
HSL 359.37º 1% 0.37% -
HSV(B) 359.37º 1% 0.74% -
XYZ 21 10.82 1.04 -
YUV 56.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 189 0 2 0 1 0.99 0.26 359.37 1 0.37
Hex BD 0 2 0 64 63 1A 167 64 25
Octal 275 0 2 0 144 143 32 547 144 45
Binary 10111101 0 10 0 1100100 1100011 11010 101100111 1100100 100101

Color Harmonies of #BD0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0002

Black with #BD0002

Text Example


Text Example

White with #BD0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0002; }

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

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

background-color css

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

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

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

border-color css

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

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

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