Html Css Color HEX #BD0827 Venetian Red

📋 copy color: '#BD0827'

red 189 ◦ green 8 ◦ blue 39

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

Shades of Venetian Red #BD0827

Tints of Venetian Red #BD0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 80.08%
G = 3.39%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0827 (or 0xBD0827) is known color: Venetian Red. HEX triplet: BD, 08 and 27. RGB value is (189,8,39). Sum of RGB (Red+Green+Blue) = 189+8+39=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0827 is #42F7D8. Grayscale: #414141. Windows color (decimal): -4388825 or 2558141. OLE color: 2558141.

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

Color convert

RGB 189 8 39 -
CMYK 0 0.96 0.79 0.26
HSL 349.72º 0.92% 0.39% -
HSV(B) 349.72º 0.96% 0.74% -
XYZ 21.44 11.14 2.94 -
YUV 65.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 189 8 39 0 0.96 0.79 0.26 349.72 0.92 0.39
Hex BD 8 27 0 60 4F 1A 15E 5C 27
Octal 275 10 47 0 140 117 32 536 134 47
Binary 10111101 1000 100111 0 1100000 1001111 11010 101011110 1011100 100111

Color Harmonies of #BD0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0827

Black with #BD0827

Text Example


Text Example

White with #BD0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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