Html Css Color HEX #BD062A Venetian Red

📋 copy color: '#BD062A'

red 189 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #BD062A

Tints of Venetian Red #BD062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 79.75%
G = 2.53%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD062A (or 0xBD062A) is known color: Venetian Red. HEX triplet: BD, 06 and 2A. RGB value is (189,6,42). Sum of RGB (Red+Green+Blue) = 189+6+42=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD062A is #42F9D5. Grayscale: #404040. Windows color (decimal): -4389334 or 2754237. OLE color: 2754237.

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

Color convert

RGB 189 6 42 -
CMYK 0 0.97 0.78 0.26
HSL 348.2º 0.94% 0.38% -
HSV(B) 348.2º 0.97% 0.74% -
XYZ 21.47 11.12 3.2 -
YUV 64.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 189 6 42 0 0.97 0.78 0.26 348.2 0.94 0.38
Hex BD 6 2A 0 61 4E 1A 15C 5E 26
Octal 275 6 52 0 141 116 32 534 136 46
Binary 10111101 110 101010 0 1100001 1001110 11010 101011100 1011110 100110

Color Harmonies of #BD062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD062A

Black with #BD062A

Text Example


Text Example

White with #BD062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD062A; }

 p { color: rgb(189,6,42); }

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

background-color css

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

 a { background-color: rgb(189,6,42); }

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

border-color css

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

 span { border-color: rgb(189,6,42); }

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