Html Css Color HEX #BD0127 Venetian Red

📋 copy color: '#BD0127'

red 189 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #BD0127

Tints of Venetian Red #BD0127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.03%

R = 82.53%
G = 0.44%
B = 17.03%

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

#BD0127 (or 0xBD0127) is known color: Venetian Red. HEX triplet: BD, 01 and 27. RGB value is (189,1,39). Sum of RGB (Red+Green+Blue) = 189+1+39=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0127 is #42FED8. Grayscale: #3D3D3D. Windows color (decimal): -4390617 or 2556349. OLE color: 2556349.

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

Color convert

RGB 189 1 39 -
CMYK 0 0.99 0.79 0.26
HSL 347.87º 0.99% 0.37% -
HSV(B) 347.87º 0.99% 0.74% -
XYZ 21.36 10.99 2.91 -
YUV 61.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 189 1 39 0 0.99 0.79 0.26 347.87 0.99 0.37
Hex BD 1 27 0 63 4F 1A 15C 63 25
Octal 275 1 47 0 143 117 32 534 143 45
Binary 10111101 1 100111 0 1100011 1001111 11010 101011100 1100011 100101

Color Harmonies of #BD0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0127

Black with #BD0127

Text Example


Text Example

White with #BD0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0127; }

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

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

background-color css

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

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

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

border-color css

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

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

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