Html Css Color HEX #BD0125 Venetian Red

📋 copy color: '#BD0125'

red 189 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #BD0125

Tints of Venetian Red #BD0125

RGB

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

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

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

R = 83.26%
G = 0.44%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD0125 (or 0xBD0125) is known color: Venetian Red. HEX triplet: BD, 01 and 25. RGB value is (189,1,37). Sum of RGB (Red+Green+Blue) = 189+1+37=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0125 is #42FEDA. Grayscale: #3D3D3D. Windows color (decimal): -4390619 or 2425277. OLE color: 2425277.

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

Color convert

RGB 189 1 37 -
CMYK 0 0.99 0.80 0.26
HSL 348.51º 0.99% 0.37% -
HSV(B) 348.51º 0.99% 0.74% -
XYZ 21.33 10.97 2.74 -
YUV 61.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 189 1 37 0 0.99 0.80 0.26 348.51 0.99 0.37
Hex BD 1 25 0 63 50 1A 15D 63 25
Octal 275 1 45 0 143 120 32 535 143 45
Binary 10111101 1 100101 0 1100011 1010000 11010 101011101 1100011 100101

Color Harmonies of #BD0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0125

Black with #BD0125

Text Example


Text Example

White with #BD0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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