Html Css Color HEX #BE0B41 Cardinal

📋 copy color: '#BE0B41'

red 190 ◦ green 11 ◦ blue 65

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

Shades of Cardinal #BE0B41

Tints of Cardinal #BE0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 71.43%
G = 4.14%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0B41 (or 0xBE0B41) is known color: Cardinal. HEX triplet: BE, 0B and 41. RGB value is (190,11,65). Sum of RGB (Red+Green+Blue) = 190+11+65=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B41 is #41F4BE. Grayscale: #464646. Windows color (decimal): -4322495 or 4262846. OLE color: 4262846.

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

Color convert

RGB 190 11 65 -
CMYK 0 0.94 0.66 0.25
HSL 341.9º 0.89% 0.39% -
HSV(B) 341.9º 0.94% 0.75% -
XYZ 22.31 11.57 6.06 -
YUV 70.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 190 11 65 0 0.94 0.66 0.25 341.9 0.89 0.39
Hex BE B 41 0 5E 42 19 156 59 27
Octal 276 13 101 0 136 102 31 526 131 47
Binary 10111110 1011 1000001 0 1011110 1000010 11001 101010110 1011001 100111

Color Harmonies of #BE0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B41

Black with #BE0B41

Text Example


Text Example

White with #BE0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B41; }

 p { color: rgb(190,11,65); }

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

background-color css

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

 a { background-color: rgb(190,11,65); }

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

border-color css

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

 span { border-color: rgb(190,11,65); }

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