Html Css Color HEX #BE0342 Cardinal

📋 copy color: '#BE0342'

red 190 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #BE0342

Tints of Cardinal #BE0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 73.36%
G = 1.16%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE0342 (or 0xBE0342) is known color: Cardinal. HEX triplet: BE, 03 and 42. RGB value is (190,3,66). Sum of RGB (Red+Green+Blue) = 190+3+66=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0342 is #41FCBD. Grayscale: #424242. Windows color (decimal): -4324542 or 4326334. OLE color: 4326334.

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

Color convert

RGB 190 3 66 -
CMYK 0 0.98 0.65 0.25
HSL 339.79º 0.97% 0.38% -
HSV(B) 339.79º 0.98% 0.75% -
XYZ 22.25 11.41 6.18 -
YUV 66.1 127.95 216.38 -
System Red Green Blue C M Y K H S L
Decimal 190 3 66 0 0.98 0.65 0.25 339.79 0.97 0.38
Hex BE 3 42 0 62 41 19 154 61 26
Octal 276 3 102 0 142 101 31 524 141 46
Binary 10111110 11 1000010 0 1100010 1000001 11001 101010100 1100001 100110

Color Harmonies of #BE0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0342

Black with #BE0342

Text Example


Text Example

White with #BE0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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