Html Css Color HEX #BD0628 Venetian Red

📋 copy color: '#BD0628'

red 189 ◦ green 6 ◦ blue 40

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

Shades of Venetian Red #BD0628

Tints of Venetian Red #BD0628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 80.43%
G = 2.55%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0628 (or 0xBD0628) is known color: Venetian Red. HEX triplet: BD, 06 and 28. RGB value is (189,6,40). Sum of RGB (Red+Green+Blue) = 189+6+40=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0628 is #42F9D7. Grayscale: #404040. Windows color (decimal): -4389336 or 2623165. OLE color: 2623165.

HSL color Cylindrical-coordinate representation of color #BD0628: hue angle of 348.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0628 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 6 40 -
CMYK 0 0.97 0.79 0.26
HSL 348.85º 0.94% 0.38% -
HSV(B) 348.85º 0.97% 0.74% -
XYZ 21.43 11.1 3.02 -
YUV 64.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 189 6 40 0 0.97 0.79 0.26 348.85 0.94 0.38
Hex BD 6 28 0 61 4F 1A 15D 5E 26
Octal 275 6 50 0 141 117 32 535 136 46
Binary 10111101 110 101000 0 1100001 1001111 11010 101011101 1011110 100110

Color Harmonies of #BD0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0628

Black with #BD0628

Text Example


Text Example

White with #BD0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0628; }

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

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

background-color css

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

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

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

border-color css

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

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

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