Html Css Color HEX #BE083D Cardinal

📋 copy color: '#BE083D'

red 190 ◦ green 8 ◦ blue 61

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

Shades of Cardinal #BE083D

Tints of Cardinal #BE083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 73.36%
G = 3.09%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE083D (or 0xBE083D) is known color: Cardinal. HEX triplet: BE, 08 and 3D. RGB value is (190,8,61). Sum of RGB (Red+Green+Blue) = 190+8+61=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE083D is #41F7C2. Grayscale: #444444. Windows color (decimal): -4323267 or 3999934. OLE color: 3999934.

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

Color convert

RGB 190 8 61 -
CMYK 0 0.96 0.68 0.25
HSL 342.53º 0.92% 0.39% -
HSV(B) 342.53º 0.96% 0.75% -
XYZ 22.16 11.46 5.46 -
YUV 68.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 190 8 61 0 0.96 0.68 0.25 342.53 0.92 0.39
Hex BE 8 3D 0 60 44 19 157 5C 27
Octal 276 10 75 0 140 104 31 527 134 47
Binary 10111110 1000 111101 0 1100000 1000100 11001 101010111 1011100 100111

Color Harmonies of #BE083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE083D

Black with #BE083D

Text Example


Text Example

White with #BE083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE083D; }

 p { color: rgb(190,8,61); }

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

background-color css

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

 a { background-color: rgb(190,8,61); }

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

border-color css

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

 span { border-color: rgb(190,8,61); }

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