Html Css Color HEX #BD242E Cardinal

📋 copy color: '#BD242E'

red 189 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #BD242E

Tints of Cardinal #BD242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 69.74%
G = 13.28%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD242E (or 0xBD242E) is known color: Cardinal. HEX triplet: BD, 24 and 2E. RGB value is (189,36,46). Sum of RGB (Red+Green+Blue) = 189+36+46=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD242E is #42DBD1. Grayscale: #535353. Windows color (decimal): -4381650 or 3024061. OLE color: 3024061.

HSL color Cylindrical-coordinate representation of color #BD242E: hue angle of 356.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD242E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 46 -
CMYK 0 0.81 0.76 0.26
HSL 356.08º 0.68% 0.44% -
HSV(B) 356.08º 0.81% 0.74% -
XYZ 22.11 12.28 3.79 -
YUV 82.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 189 36 46 0 0.81 0.76 0.26 356.08 0.68 0.44
Hex BD 24 2E 0 51 4C 1A 164 44 2C
Octal 275 44 56 0 121 114 32 544 104 54
Binary 10111101 100100 101110 0 1010001 1001100 11010 101100100 1000100 101100

Color Harmonies of #BD242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD242E

Black with #BD242E

Text Example


Text Example

White with #BD242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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