Html Css Color HEX #BD0103 Venetian Red

📋 copy color: '#BD0103'

red 189 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #BD0103

Tints of Venetian Red #BD0103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 97.93%
G = 0.52%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD0103 (or 0xBD0103) is known color: Venetian Red. HEX triplet: BD, 01 and 03. RGB value is (189,1,3). Sum of RGB (Red+Green+Blue) = 189+1+3=193 (25% of max value = 765). Red value is 189 (74.22% from 255 or 97.93% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0103 is #42FEFC. Grayscale: #393939. Windows color (decimal): -4390653 or 197053. OLE color: 197053.

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

Color convert

RGB 189 1 3 -
CMYK 0 0.99 0.98 0.26
HSL 359.36º 0.99% 0.37% -
HSV(B) 359.36º 0.99% 0.74% -
XYZ 21.01 10.85 1.07 -
YUV 57.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 189 1 3 0 0.99 0.98 0.26 359.36 0.99 0.37
Hex BD 1 3 0 63 62 1A 167 63 25
Octal 275 1 3 0 143 142 32 547 143 45
Binary 10111101 1 11 0 1100011 1100010 11010 101100111 1100011 100101

Color Harmonies of #BD0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0103

Black with #BD0103

Text Example


Text Example

White with #BD0103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0103; }

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

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

background-color css

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

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

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

border-color css

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

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

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