Html Css Color HEX #BE0145 Cardinal

📋 copy color: '#BE0145'

red 190 ◦ green 1 ◦ blue 69

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

Shades of Cardinal #BE0145

Tints of Cardinal #BE0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 69 (27.34% from 255) = 26.54%

R = 73.08%
G = 0.38%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE0145 (or 0xBE0145) is known color: Cardinal. HEX triplet: BE, 01 and 45. RGB value is (190,1,69). Sum of RGB (Red+Green+Blue) = 190+1+69=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0145 is #41FEBA. Grayscale: #414141. Windows color (decimal): -4325051 or 4522430. OLE color: 4522430.

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

Color convert

RGB 190 1 69 -
CMYK 0 0.99 0.64 0.25
HSL 338.41º 0.99% 0.37% -
HSV(B) 338.41º 0.99% 0.75% -
XYZ 22.32 11.4 6.65 -
YUV 65.26 130.12 216.97 -
System Red Green Blue C M Y K H S L
Decimal 190 1 69 0 0.99 0.64 0.25 338.41 0.99 0.37
Hex BE 1 45 0 63 40 19 152 63 25
Octal 276 1 105 0 143 100 31 522 143 45
Binary 10111110 1 1000101 0 1100011 1000000 11001 101010010 1100011 100101

Color Harmonies of #BE0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0145

Black with #BE0145

Text Example


Text Example

White with #BE0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0145; }

 p { color: rgb(190,1,69); }

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

background-color css

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

 a { background-color: rgb(190,1,69); }

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

border-color css

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

 span { border-color: rgb(190,1,69); }

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