Html Css Color HEX #BD002F Venetian Red

📋 copy color: '#BD002F'

red 189 ◦ green 0 ◦ blue 47

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

Shades of Venetian Red #BD002F

Tints of Venetian Red #BD002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 80.08%
G = 0%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD002F (or 0xBD002F) is known color: Venetian Red. HEX triplet: BD, 00 and 2F. RGB value is (189,0,47). Sum of RGB (Red+Green+Blue) = 189+0+47=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD002F is #42FFD0. Grayscale: #3D3D3D. Windows color (decimal): -4390865 or 3080381. OLE color: 3080381.

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

Color convert

RGB 189 0 47 -
CMYK 0 1 0.75 0.26
HSL 345.08º 1% 0.37% -
HSV(B) 345.08º 1% 0.74% -
XYZ 21.5 11.02 3.68 -
YUV 61.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 189 0 47 0 1 0.75 0.26 345.08 1 0.37
Hex BD 0 2F 0 64 4B 1A 159 64 25
Octal 275 0 57 0 144 113 32 531 144 45
Binary 10111101 0 101111 0 1100100 1001011 11010 101011001 1100100 100101

Color Harmonies of #BD002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD002F

Black with #BD002F

Text Example


Text Example

White with #BD002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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