Html Css Color HEX #BD0502 Free Speech Red

📋 copy color: '#BD0502'

red 189 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #BD0502

Tints of Free Speech Red #BD0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 96.43%
G = 2.55%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD0502 (or 0xBD0502) is known color: Free Speech Red. HEX triplet: BD, 05 and 02. RGB value is (189,5,2). Sum of RGB (Red+Green+Blue) = 189+5+2=196 (25% of max value = 765). Red value is 189 (74.22% from 255 or 96.43% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0502 is #42FAFD. Grayscale: #3B3B3B. Windows color (decimal): -4389630 or 132541. OLE color: 132541.

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

Color convert

RGB 189 5 2 -
CMYK 0 0.97 0.99 0.26
HSL 0.96º 0.98% 0.37% -
HSV(B) 0.96º 0.99% 0.74% -
XYZ 21.05 10.93 1.06 -
YUV 59.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 189 5 2 0 0.97 0.99 0.26 0.96 0.98 0.37
Hex BD 5 2 0 61 63 1A 1 62 25
Octal 275 5 2 0 141 143 32 1 142 45
Binary 10111101 101 10 0 1100001 1100011 11010 1 1100010 100101

Color Harmonies of #BD0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0502

Black with #BD0502

Text Example


Text Example

White with #BD0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0502; }

 p { color: rgb(189,5,2); }

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

background-color css

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

 a { background-color: rgb(189,5,2); }

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

border-color css

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

 span { border-color: rgb(189,5,2); }

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