Html Css Color HEX #BD002A Venetian Red

📋 copy color: '#BD002A'

red 189 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #BD002A

Tints of Venetian Red #BD002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD002A (or 0xBD002A) is known color: Venetian Red. HEX triplet: BD, 00 and 2A. RGB value is (189,0,42). Sum of RGB (Red+Green+Blue) = 189+0+42=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD002A is #42FFD5. Grayscale: #3D3D3D. Windows color (decimal): -4390870 or 2752701. OLE color: 2752701.

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

Color convert

RGB 189 0 42 -
CMYK 0 1 0.78 0.26
HSL 346.67º 1% 0.37% -
HSV(B) 346.67º 1% 0.74% -
XYZ 21.4 10.99 3.18 -
YUV 61.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 189 0 42 0 1 0.78 0.26 346.67 1 0.37
Hex BD 0 2A 0 64 4E 1A 15B 64 25
Octal 275 0 52 0 144 116 32 533 144 45
Binary 10111101 0 101010 0 1100100 1001110 11010 101011011 1100100 100101

Color Harmonies of #BD002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD002A

Black with #BD002A

Text Example


Text Example

White with #BD002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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