Html Css Color HEX #BD300C Harley Davidson Orange

📋 copy color: '#BD300C'

red 189 ◦ green 48 ◦ blue 12

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

Shades of Harley Davidson Orange #BD300C

Tints of Harley Davidson Orange #BD300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 75.9%
G = 19.28%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD300C (or 0xBD300C) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 0C. RGB value is (189,48,12). Sum of RGB (Red+Green+Blue) = 189+48+12=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD300C is #42CFF3. Grayscale: #565656. Windows color (decimal): -4378612 or 798909. OLE color: 798909.

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

Color convert

RGB 189 48 12 -
CMYK 0 0.75 0.94 0.26
HSL 12.2º 0.88% 0.39% -
HSV(B) 12.2º 0.94% 0.74% -
XYZ 22.11 12.96 1.68 -
YUV 86.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 189 48 12 0 0.75 0.94 0.26 12.2 0.88 0.39
Hex BD 30 C 0 4B 5E 1A C 58 27
Octal 275 60 14 0 113 136 32 14 130 47
Binary 10111101 110000 1100 0 1001011 1011110 11010 1100 1011000 100111

Color Harmonies of #BD300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD300C

Black with #BD300C

Text Example


Text Example

White with #BD300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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