Html Css Color HEX #BE0235 Cardinal

📋 copy color: '#BE0235'

red 190 ◦ green 2 ◦ blue 53

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

Shades of Cardinal #BE0235

Tints of Cardinal #BE0235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 77.55%
G = 0.82%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE0235 (or 0xBE0235) is known color: Cardinal. HEX triplet: BE, 02 and 35. RGB value is (190,2,53). Sum of RGB (Red+Green+Blue) = 190+2+53=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0235 is #41FDCA. Grayscale: #404040. Windows color (decimal): -4324811 or 3474110. OLE color: 3474110.

HSL color Cylindrical-coordinate representation of color #BE0235: hue angle of 343.72º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0235 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 53 -
CMYK 0 0.99 0.72 0.25
HSL 343.72º 0.98% 0.38% -
HSV(B) 343.72º 0.99% 0.75% -
XYZ 21.9 11.25 4.38 -
YUV 64.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 190 2 53 0 0.99 0.72 0.25 343.72 0.98 0.38
Hex BE 2 35 0 63 48 19 158 62 26
Octal 276 2 65 0 143 110 31 530 142 46
Binary 10111110 10 110101 0 1100011 1001000 11001 101011000 1100010 100110

Color Harmonies of #BE0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0235

Black with #BE0235

Text Example


Text Example

White with #BE0235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0235; }

 p { color: rgb(190,2,53); }

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

background-color css

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

 a { background-color: rgb(190,2,53); }

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

border-color css

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

 span { border-color: rgb(190,2,53); }

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