Html Css Color HEX #BD0A02 Free Speech Red

📋 copy color: '#BD0A02'

red 189 ◦ green 10 ◦ blue 2

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

Shades of Free Speech Red #BD0A02

Tints of Free Speech Red #BD0A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.98%

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

R = 94.03%
G = 4.98%
B = 1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD0A02 (or 0xBD0A02) is known color: Free Speech Red. HEX triplet: BD, 0A and 02. RGB value is (189,10,2). Sum of RGB (Red+Green+Blue) = 189+10+2=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0A02 is #42F5FD. Grayscale: #3E3E3E. Windows color (decimal): -4388350 or 133821. OLE color: 133821.

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

Color convert

RGB 189 10 2 -
CMYK 0 0.95 0.99 0.26
HSL 2.57º 0.98% 0.37% -
HSV(B) 2.57º 0.99% 0.74% -
XYZ 21.11 11.04 1.08 -
YUV 62.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 189 10 2 0 0.95 0.99 0.26 2.57 0.98 0.37
Hex BD A 2 0 5F 63 1A 3 62 25
Octal 275 12 2 0 137 143 32 3 142 45
Binary 10111101 1010 10 0 1011111 1100011 11010 11 1100010 100101

Color Harmonies of #BD0A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0A02

Black with #BD0A02

Text Example


Text Example

White with #BD0A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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