Html Css Color HEX #BD0625 Venetian Red

📋 copy color: '#BD0625'

red 189 ◦ green 6 ◦ blue 37

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

Shades of Venetian Red #BD0625

Tints of Venetian Red #BD0625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 81.47%
G = 2.59%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD0625 (or 0xBD0625) is known color: Venetian Red. HEX triplet: BD, 06 and 25. RGB value is (189,6,37). Sum of RGB (Red+Green+Blue) = 189+6+37=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0625 is #42F9DA. Grayscale: #404040. Windows color (decimal): -4389339 or 2426557. OLE color: 2426557.

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

Color convert

RGB 189 6 37 -
CMYK 0 0.97 0.80 0.26
HSL 349.84º 0.94% 0.38% -
HSV(B) 349.84º 0.97% 0.74% -
XYZ 21.39 11.08 2.76 -
YUV 64.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 189 6 37 0 0.97 0.80 0.26 349.84 0.94 0.38
Hex BD 6 25 0 61 50 1A 15E 5E 26
Octal 275 6 45 0 141 120 32 536 136 46
Binary 10111101 110 100101 0 1100001 1010000 11010 101011110 1011110 100110

Color Harmonies of #BD0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0625

Black with #BD0625

Text Example


Text Example

White with #BD0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0625; }

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

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

background-color css

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

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

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

border-color css

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

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

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