Html Css Color HEX #BD002E Venetian Red

📋 copy color: '#BD002E'

red 189 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #BD002E

Tints of Venetian Red #BD002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.57%

R = 80.43%
G = 0%
B = 19.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD002E (or 0xBD002E) is known color: Venetian Red. HEX triplet: BD, 00 and 2E. RGB value is (189,0,46). Sum of RGB (Red+Green+Blue) = 189+0+46=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD002E is #42FFD1. Grayscale: #3D3D3D. Windows color (decimal): -4390866 or 3014845. OLE color: 3014845.

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

Color convert

RGB 189 0 46 -
CMYK 0 1 0.76 0.26
HSL 345.4º 1% 0.37% -
HSV(B) 345.4º 1% 0.74% -
XYZ 21.48 11.02 3.58 -
YUV 61.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 189 0 46 0 1 0.76 0.26 345.4 1 0.37
Hex BD 0 2E 0 64 4C 1A 159 64 25
Octal 275 0 56 0 144 114 32 531 144 45
Binary 10111101 0 101110 0 1100100 1001100 11010 101011001 1100100 100101

Color Harmonies of #BD002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD002E

Black with #BD002E

Text Example


Text Example

White with #BD002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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