Html Css Color HEX #BD0128 Venetian Red

📋 copy color: '#BD0128'

red 189 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #BD0128

Tints of Venetian Red #BD0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 82.17%
G = 0.43%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0128 (or 0xBD0128) is known color: Venetian Red. HEX triplet: BD, 01 and 28. RGB value is (189,1,40). Sum of RGB (Red+Green+Blue) = 189+1+40=230 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.17% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0128 is #42FED7. Grayscale: #3D3D3D. Windows color (decimal): -4390616 or 2621885. OLE color: 2621885.

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

Color convert

RGB 189 1 40 -
CMYK 0 0.99 0.79 0.26
HSL 347.55º 0.99% 0.37% -
HSV(B) 347.55º 0.99% 0.74% -
XYZ 21.38 10.99 3 -
YUV 61.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 189 1 40 0 0.99 0.79 0.26 347.55 0.99 0.37
Hex BD 1 28 0 63 4F 1A 15C 63 25
Octal 275 1 50 0 143 117 32 534 143 45
Binary 10111101 1 101000 0 1100011 1001111 11010 101011100 1100011 100101

Color Harmonies of #BD0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0128

Black with #BD0128

Text Example


Text Example

White with #BD0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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