Html Css Color HEX #BE243D Cardinal

📋 copy color: '#BE243D'

red 190 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #BE243D

Tints of Cardinal #BE243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 66.2%
G = 12.54%
B = 21.25%

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

#BE243D (or 0xBE243D) is known color: Cardinal. HEX triplet: BE, 24 and 3D. RGB value is (190,36,61). Sum of RGB (Red+Green+Blue) = 190+36+61=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE243D is #41DBC2. Grayscale: #545454. Windows color (decimal): -4316099 or 4007102. OLE color: 4007102.

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

Color convert

RGB 190 36 61 -
CMYK 0 0.81 0.68 0.25
HSL 350.26º 0.68% 0.44% -
HSV(B) 350.26º 0.81% 0.75% -
XYZ 22.71 12.55 5.64 -
YUV 84.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 190 36 61 0 0.81 0.68 0.25 350.26 0.68 0.44
Hex BE 24 3D 0 51 44 19 15E 44 2C
Octal 276 44 75 0 121 104 31 536 104 54
Binary 10111110 100100 111101 0 1010001 1000100 11001 101011110 1000100 101100

Color Harmonies of #BE243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE243D

Black with #BE243D

Text Example


Text Example

White with #BE243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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