Html Css Color HEX #BD0129 Venetian Red

📋 copy color: '#BD0129'

red 189 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #BD0129

Tints of Venetian Red #BD0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 41 (16.41% from 255) = 17.75%

R = 81.82%
G = 0.43%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0129 (or 0xBD0129) is known color: Venetian Red. HEX triplet: BD, 01 and 29. RGB value is (189,1,41). Sum of RGB (Red+Green+Blue) = 189+1+41=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0129 is #42FED6. Grayscale: #3D3D3D. Windows color (decimal): -4390615 or 2687421. OLE color: 2687421.

HSL color Cylindrical-coordinate representation of color #BD0129: hue angle of 347.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0129 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 41 -
CMYK 0 0.99 0.78 0.26
HSL 347.23º 0.99% 0.37% -
HSV(B) 347.23º 0.99% 0.74% -
XYZ 21.4 11 3.09 -
YUV 61.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 189 1 41 0 0.99 0.78 0.26 347.23 0.99 0.37
Hex BD 1 29 0 63 4E 1A 15B 63 25
Octal 275 1 51 0 143 116 32 533 143 45
Binary 10111101 1 101001 0 1100011 1001110 11010 101011011 1100011 100101

Color Harmonies of #BD0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0129

Black with #BD0129

Text Example


Text Example

White with #BD0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0129; }

 p { color: rgb(189,1,41); }

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

background-color css

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

 a { background-color: rgb(189,1,41); }

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

border-color css

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

 span { border-color: rgb(189,1,41); }

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