Html Css Color HEX #BE263C Cardinal

📋 copy color: '#BE263C'

red 190 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #BE263C

Tints of Cardinal #BE263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

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

R = 65.97%
G = 13.19%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE263C (or 0xBE263C) is known color: Cardinal. HEX triplet: BE, 26 and 3C. RGB value is (190,38,60). Sum of RGB (Red+Green+Blue) = 190+38+60=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE263C is #41D9C3. Grayscale: #565656. Windows color (decimal): -4315588 or 3942078. OLE color: 3942078.

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

Color convert

RGB 190 38 60 -
CMYK 0 0.8 0.68 0.25
HSL 351.32º 0.67% 0.45% -
HSV(B) 351.32º 0.8% 0.75% -
XYZ 22.74 12.66 5.52 -
YUV 85.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 190 38 60 0 0.8 0.68 0.25 351.32 0.67 0.45
Hex BE 26 3C 0 50 44 19 15F 43 2D
Octal 276 46 74 0 120 104 31 537 103 55
Binary 10111110 100110 111100 0 1010000 1000100 11001 101011111 1000011 101101

Color Harmonies of #BE263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE263C

Black with #BE263C

Text Example


Text Example

White with #BE263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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