Html Css Color HEX #BE2233 Cardinal

📋 copy color: '#BE2233'

red 190 ◦ green 34 ◦ blue 51

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

Shades of Cardinal #BE2233

Tints of Cardinal #BE2233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 69.09%
G = 12.36%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE2233 (or 0xBE2233) is known color: Cardinal. HEX triplet: BE, 22 and 33. RGB value is (190,34,51). Sum of RGB (Red+Green+Blue) = 190+34+51=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2233 is #41DDCC. Grayscale: #525252. Windows color (decimal): -4316621 or 3351230. OLE color: 3351230.

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

Color convert

RGB 190 34 51 -
CMYK 0 0.82 0.73 0.25
HSL 353.46º 0.7% 0.44% -
HSV(B) 353.46º 0.82% 0.75% -
XYZ 22.4 12.33 4.33 -
YUV 82.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 190 34 51 0 0.82 0.73 0.25 353.46 0.7 0.44
Hex BE 22 33 0 52 49 19 161 46 2C
Octal 276 42 63 0 122 111 31 541 106 54
Binary 10111110 100010 110011 0 1010010 1001001 11001 101100001 1000110 101100

Color Harmonies of #BE2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2233

Black with #BE2233

Text Example


Text Example

White with #BE2233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2233; }

 p { color: rgb(190,34,51); }

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

background-color css

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

 a { background-color: rgb(190,34,51); }

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

border-color css

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

 span { border-color: rgb(190,34,51); }

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