Html Css Color HEX #BD202E Cardinal

📋 copy color: '#BD202E'

red 189 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #BD202E

Tints of Cardinal #BD202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 70.79%
G = 11.99%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD202E (or 0xBD202E) is known color: Cardinal. HEX triplet: BD, 20 and 2E. RGB value is (189,32,46). Sum of RGB (Red+Green+Blue) = 189+32+46=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD202E is #42DFD1. Grayscale: #505050. Windows color (decimal): -4382674 or 3023037. OLE color: 3023037.

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

Color convert

RGB 189 32 46 -
CMYK 0 0.83 0.76 0.26
HSL 354.65º 0.71% 0.43% -
HSV(B) 354.65º 0.83% 0.74% -
XYZ 22 12.05 3.75 -
YUV 80.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 189 32 46 0 0.83 0.76 0.26 354.65 0.71 0.43
Hex BD 20 2E 0 53 4C 1A 163 47 2B
Octal 275 40 56 0 123 114 32 543 107 53
Binary 10111101 100000 101110 0 1010011 1001100 11010 101100011 1000111 101011

Color Harmonies of #BD202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD202E

Black with #BD202E

Text Example


Text Example

White with #BD202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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