Html Css Color HEX #BE243C Cardinal

📋 copy color: '#BE243C'

red 190 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #BE243C

Tints of Cardinal #BE243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 66.43%
G = 12.59%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE243C (or 0xBE243C) is known color: Cardinal. HEX triplet: BE, 24 and 3C. RGB value is (190,36,60). Sum of RGB (Red+Green+Blue) = 190+36+60=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE243C is #41DBC3. Grayscale: #545454. Windows color (decimal): -4316100 or 3941566. OLE color: 3941566.

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

Color convert

RGB 190 36 60 -
CMYK 0 0.81 0.68 0.25
HSL 350.65º 0.68% 0.44% -
HSV(B) 350.65º 0.81% 0.75% -
XYZ 22.68 12.54 5.5 -
YUV 84.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 190 36 60 0 0.81 0.68 0.25 350.65 0.68 0.44
Hex BE 24 3C 0 51 44 19 15F 44 2C
Octal 276 44 74 0 121 104 31 537 104 54
Binary 10111110 100100 111100 0 1010001 1000100 11001 101011111 1000100 101100

Color Harmonies of #BE243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE243C

Black with #BE243C

Text Example


Text Example

White with #BE243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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