Html Css Color HEX #BE0835 Cardinal

📋 copy color: '#BE0835'

red 190 ◦ green 8 ◦ blue 53

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

Shades of Cardinal #BE0835

Tints of Cardinal #BE0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

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

R = 75.7%
G = 3.19%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE0835 (or 0xBE0835) is known color: Cardinal. HEX triplet: BE, 08 and 35. RGB value is (190,8,53). Sum of RGB (Red+Green+Blue) = 190+8+53=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0835 is #41F7CA. Grayscale: #434343. Windows color (decimal): -4323275 or 3475646. OLE color: 3475646.

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

Color convert

RGB 190 8 53 -
CMYK 0 0.96 0.72 0.25
HSL 345.16º 0.92% 0.39% -
HSV(B) 345.16º 0.96% 0.75% -
XYZ 21.96 11.38 4.41 -
YUV 67.55 119.8 215.34 -
System Red Green Blue C M Y K H S L
Decimal 190 8 53 0 0.96 0.72 0.25 345.16 0.92 0.39
Hex BE 8 35 0 60 48 19 159 5C 27
Octal 276 10 65 0 140 110 31 531 134 47
Binary 10111110 1000 110101 0 1100000 1001000 11001 101011001 1011100 100111

Color Harmonies of #BE0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0835

Black with #BE0835

Text Example


Text Example

White with #BE0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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