Html Css Color HEX #BE2230 Cardinal

📋 copy color: '#BE2230'

red 190 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #BE2230

Tints of Cardinal #BE2230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 69.85%
G = 12.5%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE2230 (or 0xBE2230) is known color: Cardinal. HEX triplet: BE, 22 and 30. RGB value is (190,34,48). Sum of RGB (Red+Green+Blue) = 190+34+48=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2230 is #41DDCF. Grayscale: #525252. Windows color (decimal): -4316624 or 3154622. OLE color: 3154622.

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

Color convert

RGB 190 34 48 -
CMYK 0 0.82 0.75 0.25
HSL 354.62º 0.7% 0.44% -
HSV(B) 354.62º 0.82% 0.75% -
XYZ 22.34 12.3 3.99 -
YUV 82.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 190 34 48 0 0.82 0.75 0.25 354.62 0.7 0.44
Hex BE 22 30 0 52 4B 19 163 46 2C
Octal 276 42 60 0 122 113 31 543 106 54
Binary 10111110 100010 110000 0 1010010 1001011 11001 101100011 1000110 101100

Color Harmonies of #BE2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2230

Black with #BE2230

Text Example


Text Example

White with #BE2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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