Html Css Color HEX #BD0108 Venetian Red

📋 copy color: '#BD0108'

red 189 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #BD0108

Tints of Venetian Red #BD0108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 95.45%
G = 0.51%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD0108 (or 0xBD0108) is known color: Venetian Red. HEX triplet: BD, 01 and 08. RGB value is (189,1,8). Sum of RGB (Red+Green+Blue) = 189+1+8=198 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.45% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0108 is #42FEF7. Grayscale: #3A3A3A. Windows color (decimal): -4390648 or 524733. OLE color: 524733.

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

Color convert

RGB 189 1 8 -
CMYK 0 0.99 0.96 0.26
HSL 357.77º 0.99% 0.37% -
HSV(B) 357.77º 0.99% 0.74% -
XYZ 21.04 10.86 1.22 -
YUV 58.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 189 1 8 0 0.99 0.96 0.26 357.77 0.99 0.37
Hex BD 1 8 0 63 60 1A 166 63 25
Octal 275 1 10 0 143 140 32 546 143 45
Binary 10111101 1 1000 0 1100011 1100000 11010 101100110 1100011 100101

Color Harmonies of #BD0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0108

Black with #BD0108

Text Example


Text Example

White with #BD0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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