Html Css Color HEX #BE2437 Cardinal

📋 copy color: '#BE2437'

red 190 ◦ green 36 ◦ blue 55

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

Shades of Cardinal #BE2437

Tints of Cardinal #BE2437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 67.62%
G = 12.81%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE2437 (or 0xBE2437) is known color: Cardinal. HEX triplet: BE, 24 and 37. RGB value is (190,36,55). Sum of RGB (Red+Green+Blue) = 190+36+55=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2437 is #41DBC8. Grayscale: #545454. Windows color (decimal): -4316105 or 3613886. OLE color: 3613886.

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

Color convert

RGB 190 36 55 -
CMYK 0 0.81 0.71 0.25
HSL 352.6º 0.68% 0.44% -
HSV(B) 352.6º 0.81% 0.75% -
XYZ 22.56 12.48 4.84 -
YUV 84.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 190 36 55 0 0.81 0.71 0.25 352.6 0.68 0.44
Hex BE 24 37 0 51 47 19 161 44 2C
Octal 276 44 67 0 121 107 31 541 104 54
Binary 10111110 100100 110111 0 1010001 1000111 11001 101100001 1000100 101100

Color Harmonies of #BE2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2437

Black with #BE2437

Text Example


Text Example

White with #BE2437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2437; }

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

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

background-color css

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

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

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

border-color css

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

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

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