Html Css Color HEX #BD0028 Venetian Red

📋 copy color: '#BD0028'

red 189 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #BD0028

Tints of Venetian Red #BD0028

RGB

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

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

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

R = 82.53%
G = 0%
B = 17.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0028 (or 0xBD0028) is known color: Venetian Red. HEX triplet: BD, 00 and 28. RGB value is (189,0,40). Sum of RGB (Red+Green+Blue) = 189+0+40=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0028 is #42FFD7. Grayscale: #3D3D3D. Windows color (decimal): -4390872 or 2621629. OLE color: 2621629.

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

Color convert

RGB 189 0 40 -
CMYK 0 1 0.79 0.26
HSL 347.3º 1% 0.37% -
HSV(B) 347.3º 1% 0.74% -
XYZ 21.37 10.97 3 -
YUV 61.07 116.12 219.25 -
System Red Green Blue C M Y K H S L
Decimal 189 0 40 0 1 0.79 0.26 347.3 1 0.37
Hex BD 0 28 0 64 4F 1A 15B 64 25
Octal 275 0 50 0 144 117 32 533 144 45
Binary 10111101 0 101000 0 1100100 1001111 11010 101011011 1100100 100101

Color Harmonies of #BD0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0028

Black with #BD0028

Text Example


Text Example

White with #BD0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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