Html Css Color HEX #BE242D Cardinal

📋 copy color: '#BE242D'

red 190 ◦ green 36 ◦ blue 45

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

Shades of Cardinal #BE242D

Tints of Cardinal #BE242D

RGB

 RED value IS 190 (74.61% from 255) = 70.11%

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 70.11%
G = 13.28%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE242D (or 0xBE242D) is known color: Cardinal. HEX triplet: BE, 24 and 2D. RGB value is (190,36,45). Sum of RGB (Red+Green+Blue) = 190+36+45=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE242D is #41DBD2. Grayscale: #535353. Windows color (decimal): -4316115 or 2958526. OLE color: 2958526.

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

Color convert

RGB 190 36 45 -
CMYK 0 0.81 0.76 0.25
HSL 356.49º 0.68% 0.44% -
HSV(B) 356.49º 0.81% 0.75% -
XYZ 22.34 12.4 3.7 -
YUV 83.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 190 36 45 0 0.81 0.76 0.25 356.49 0.68 0.44
Hex BE 24 2D 0 51 4C 19 164 44 2C
Octal 276 44 55 0 121 114 31 544 104 54
Binary 10111110 100100 101101 0 1010001 1001100 11001 101100100 1000100 101100

Color Harmonies of #BE242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE242D

Black with #BE242D

Text Example


Text Example

White with #BE242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE242D; }

 p { color: rgb(190,36,45); }

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

background-color css

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

 a { background-color: rgb(190,36,45); }

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

border-color css

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

 span { border-color: rgb(190,36,45); }

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