Html Css Color HEX #BE0741 Cardinal

📋 copy color: '#BE0741'

red 190 ◦ green 7 ◦ blue 65

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

Shades of Cardinal #BE0741

Tints of Cardinal #BE0741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 72.52%
G = 2.67%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0741 (or 0xBE0741) is known color: Cardinal. HEX triplet: BE, 07 and 41. RGB value is (190,7,65). Sum of RGB (Red+Green+Blue) = 190+7+65=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0741 is #41F8BE. Grayscale: #444444. Windows color (decimal): -4323519 or 4261822. OLE color: 4261822.

HSL color Cylindrical-coordinate representation of color #BE0741: hue angle of 340.98º degrees, saturation: 0.93, 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 #BE0741 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 65 -
CMYK 0 0.96 0.66 0.25
HSL 340.98º 0.93% 0.39% -
HSV(B) 340.98º 0.96% 0.75% -
XYZ 22.27 11.48 6.04 -
YUV 68.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 190 7 65 0 0.96 0.66 0.25 340.98 0.93 0.39
Hex BE 7 41 0 60 42 19 155 5D 27
Octal 276 7 101 0 140 102 31 525 135 47
Binary 10111110 111 1000001 0 1100000 1000010 11001 101010101 1011101 100111

Color Harmonies of #BE0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0741

Black with #BE0741

Text Example


Text Example

White with #BE0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0741; }

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

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

background-color css

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

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

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

border-color css

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

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

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