Html Css Color HEX #BD000C Venetian Red

📋 copy color: '#BD000C'

red 189 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #BD000C

Tints of Venetian Red #BD000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 94.03%
G = 0%
B = 5.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD000C (or 0xBD000C) is known color: Venetian Red. HEX triplet: BD, 00 and 0C. RGB value is (189,0,12). Sum of RGB (Red+Green+Blue) = 189+0+12=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD000C is #42FFF3. Grayscale: #3A3A3A. Windows color (decimal): -4390900 or 786621. OLE color: 786621.

HSL color Cylindrical-coordinate representation of color #BD000C: hue angle of 356.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 12 -
CMYK 0 1 0.94 0.26
HSL 356.19º 1% 0.37% -
HSV(B) 356.19º 1% 0.74% -
XYZ 21.05 10.85 1.33 -
YUV 57.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 189 0 12 0 1 0.94 0.26 356.19 1 0.37
Hex BD 0 C 0 64 5E 1A 164 64 25
Octal 275 0 14 0 144 136 32 544 144 45
Binary 10111101 0 1100 0 1100100 1011110 11010 101100100 1100100 100101

Color Harmonies of #BD000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD000C

Black with #BD000C

Text Example


Text Example

White with #BD000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD000C; }

 p { color: rgb(189,0,12); }

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

background-color css

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

 a { background-color: rgb(189,0,12); }

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

border-color css

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

 span { border-color: rgb(189,0,12); }

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