Html Css Color HEX #BD242A Cardinal

📋 copy color: '#BD242A'

red 189 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #BD242A

Tints of Cardinal #BD242A

RGB

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

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

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

R = 70.79%
G = 13.48%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD242A (or 0xBD242A) is known color: Cardinal. HEX triplet: BD, 24 and 2A. RGB value is (189,36,42). Sum of RGB (Red+Green+Blue) = 189+36+42=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD242A is #42DBD5. Grayscale: #525252. Windows color (decimal): -4381654 or 2761917. OLE color: 2761917.

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

Color convert

RGB 189 36 42 -
CMYK 0 0.81 0.78 0.26
HSL 357.65º 0.68% 0.44% -
HSV(B) 357.65º 0.81% 0.74% -
XYZ 22.04 12.25 3.39 -
YUV 82.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 189 36 42 0 0.81 0.78 0.26 357.65 0.68 0.44
Hex BD 24 2A 0 51 4E 1A 166 44 2C
Octal 275 44 52 0 121 116 32 546 104 54
Binary 10111101 100100 101010 0 1010001 1001110 11010 101100110 1000100 101100

Color Harmonies of #BD242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD242A

Black with #BD242A

Text Example


Text Example

White with #BD242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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