Html Css Color HEX #BD202A Cardinal

📋 copy color: '#BD202A'

red 189 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #BD202A

Tints of Cardinal #BD202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 71.86%
G = 12.17%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD202A (or 0xBD202A) is known color: Cardinal. HEX triplet: BD, 20 and 2A. RGB value is (189,32,42). Sum of RGB (Red+Green+Blue) = 189+32+42=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD202A is #42DFD5. Grayscale: #505050. Windows color (decimal): -4382678 or 2760893. OLE color: 2760893.

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

Color convert

RGB 189 32 42 -
CMYK 0 0.83 0.78 0.26
HSL 356.18º 0.71% 0.43% -
HSV(B) 356.18º 0.83% 0.74% -
XYZ 21.92 12.02 3.36 -
YUV 80.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 189 32 42 0 0.83 0.78 0.26 356.18 0.71 0.43
Hex BD 20 2A 0 53 4E 1A 164 47 2B
Octal 275 40 52 0 123 116 32 544 107 53
Binary 10111101 100000 101010 0 1010011 1001110 11010 101100100 1000111 101011

Color Harmonies of #BD202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD202A

Black with #BD202A

Text Example


Text Example

White with #BD202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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