Html Css Color HEX #BE033C Cardinal

📋 copy color: '#BE033C'

red 190 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #BE033C

Tints of Cardinal #BE033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 75.1%
G = 1.19%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE033C (or 0xBE033C) is known color: Cardinal. HEX triplet: BE, 03 and 3C. RGB value is (190,3,60). Sum of RGB (Red+Green+Blue) = 190+3+60=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE033C is #41FCC3. Grayscale: #414141. Windows color (decimal): -4324548 or 3933118. OLE color: 3933118.

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

Color convert

RGB 190 3 60 -
CMYK 0 0.98 0.68 0.25
HSL 341.71º 0.97% 0.38% -
HSV(B) 341.71º 0.98% 0.75% -
XYZ 22.08 11.34 5.3 -
YUV 65.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 190 3 60 0 0.98 0.68 0.25 341.71 0.97 0.38
Hex BE 3 3C 0 62 44 19 156 61 26
Octal 276 3 74 0 142 104 31 526 141 46
Binary 10111110 11 111100 0 1100010 1000100 11001 101010110 1100001 100110

Color Harmonies of #BE033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE033C

Black with #BE033C

Text Example


Text Example

White with #BE033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE033C; }

 p { color: rgb(190,3,60); }

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

background-color css

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

 a { background-color: rgb(190,3,60); }

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

border-color css

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

 span { border-color: rgb(190,3,60); }

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