Html Css Color HEX #BE203D Cardinal

📋 copy color: '#BE203D'

red 190 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #BE203D

Tints of Cardinal #BE203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 67.14%
G = 11.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE203D (or 0xBE203D) is known color: Cardinal. HEX triplet: BE, 20 and 3D. RGB value is (190,32,61). Sum of RGB (Red+Green+Blue) = 190+32+61=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE203D is #41DFC2. Grayscale: #525252. Windows color (decimal): -4317123 or 4006078. OLE color: 4006078.

HSL color Cylindrical-coordinate representation of color #BE203D: hue angle of 348.99º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE203D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 61 -
CMYK 0 0.83 0.68 0.25
HSL 348.99º 0.71% 0.44% -
HSV(B) 348.99º 0.83% 0.75% -
XYZ 22.59 12.32 5.6 -
YUV 82.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 190 32 61 0 0.83 0.68 0.25 348.99 0.71 0.44
Hex BE 20 3D 0 53 44 19 15D 47 2C
Octal 276 40 75 0 123 104 31 535 107 54
Binary 10111110 100000 111101 0 1010011 1000100 11001 101011101 1000111 101100

Color Harmonies of #BE203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE203D

Black with #BE203D

Text Example


Text Example

White with #BE203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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