Html Css Color HEX #BD0601 Free Speech Red

📋 copy color: '#BD0601'

red 189 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #BD0601

Tints of Free Speech Red #BD0601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 96.43%
G = 3.06%
B = 0.51%

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

#BD0601 (or 0xBD0601) is known color: Free Speech Red. HEX triplet: BD, 06 and 01. RGB value is (189,6,1). Sum of RGB (Red+Green+Blue) = 189+6+1=196 (25% of max value = 765). Red value is 189 (74.22% from 255 or 96.43% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0601 is #42F9FE. Grayscale: #3C3C3C. Windows color (decimal): -4389375 or 67261. OLE color: 67261.

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

Color convert

RGB 189 6 1 -
CMYK 0 0.97 0.99 0.26
HSL 1.6º 0.99% 0.37% -
HSV(B) 1.6º 0.99% 0.74% -
XYZ 21.06 10.95 1.03 -
YUV 60.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 189 6 1 0 0.97 0.99 0.26 1.6 0.99 0.37
Hex BD 6 1 0 61 63 1A 2 63 25
Octal 275 6 1 0 141 143 32 2 143 45
Binary 10111101 110 1 0 1100001 1100011 11010 10 1100011 100101

Color Harmonies of #BD0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0601

Black with #BD0601

Text Example


Text Example

White with #BD0601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0601; }

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

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

background-color css

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

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

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

border-color css

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

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

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