Html Css Color HEX #BE0A2D Cardinal

📋 copy color: '#BE0A2D'

red 190 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #BE0A2D

Tints of Cardinal #BE0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 77.55%
G = 4.08%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE0A2D (or 0xBE0A2D) is known color: Cardinal. HEX triplet: BE, 0A and 2D. RGB value is (190,10,45). Sum of RGB (Red+Green+Blue) = 190+10+45=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A2D is #41F5D2. Grayscale: #434343. Windows color (decimal): -4322771 or 2951870. OLE color: 2951870.

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

Color convert

RGB 190 10 45 -
CMYK 0 0.95 0.76 0.25
HSL 348.33º 0.9% 0.39% -
HSV(B) 348.33º 0.95% 0.75% -
XYZ 21.82 11.35 3.52 -
YUV 67.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 190 10 45 0 0.95 0.76 0.25 348.33 0.9 0.39
Hex BE A 2D 0 5F 4C 19 15C 5A 27
Octal 276 12 55 0 137 114 31 534 132 47
Binary 10111110 1010 101101 0 1011111 1001100 11001 101011100 1011010 100111

Color Harmonies of #BE0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0A2D

Black with #BE0A2D

Text Example


Text Example

White with #BE0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0A2D; }

 p { color: rgb(190,10,45); }

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

background-color css

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

 a { background-color: rgb(190,10,45); }

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

border-color css

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

 span { border-color: rgb(190,10,45); }

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