Html Css Color HEX #BE0042 Cardinal

📋 copy color: '#BE0042'

red 190 ◦ green 0 ◦ blue 66

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

Shades of Cardinal #BE0042

Tints of Cardinal #BE0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 74.22%
G = 0%
B = 25.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE0042 (or 0xBE0042) is known color: Cardinal. HEX triplet: BE, 00 and 42. RGB value is (190,0,66). Sum of RGB (Red+Green+Blue) = 190+0+66=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0042 is #41FFBD. Grayscale: #404040. Windows color (decimal): -4325310 or 4325566. OLE color: 4325566.

HSL color Cylindrical-coordinate representation of color #BE0042: hue angle of 339.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0042 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 66 -
CMYK 0 1 0.65 0.25
HSL 339.16º 1% 0.37% -
HSV(B) 339.16º 1% 0.75% -
XYZ 22.22 11.34 6.17 -
YUV 64.33 128.95 217.63 -
System Red Green Blue C M Y K H S L
Decimal 190 0 66 0 1 0.65 0.25 339.16 1 0.37
Hex BE 0 42 0 64 41 19 153 64 25
Octal 276 0 102 0 144 101 31 523 144 45
Binary 10111110 0 1000010 0 1100100 1000001 11001 101010011 1100100 100101

Color Harmonies of #BE0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0042

Black with #BE0042

Text Example


Text Example

White with #BE0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0042; }

 p { color: rgb(190,0,66); }

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

background-color css

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

 a { background-color: rgb(190,0,66); }

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

border-color css

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

 span { border-color: rgb(190,0,66); }

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