Html Css Color HEX #BD0310 Venetian Red

📋 copy color: '#BD0310'

red 189 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #BD0310

Tints of Venetian Red #BD0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 90.87%
G = 1.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0310 (or 0xBD0310) is known color: Venetian Red. HEX triplet: BD, 03 and 10. RGB value is (189,3,16). Sum of RGB (Red+Green+Blue) = 189+3+16=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0310 is #42FCEF. Grayscale: #3C3C3C. Windows color (decimal): -4390128 or 1049533. OLE color: 1049533.

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

Color convert

RGB 189 3 16 -
CMYK 0 0.98 0.92 0.26
HSL 355.81º 0.97% 0.38% -
HSV(B) 355.81º 0.98% 0.74% -
XYZ 21.11 10.92 1.49 -
YUV 60.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 189 3 16 0 0.98 0.92 0.26 355.81 0.97 0.38
Hex BD 3 10 0 62 5C 1A 164 61 26
Octal 275 3 20 0 142 134 32 544 141 46
Binary 10111101 11 10000 0 1100010 1011100 11010 101100100 1100001 100110

Color Harmonies of #BD0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0310

Black with #BD0310

Text Example


Text Example

White with #BD0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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