Html Css Color HEX #BE262C Cardinal

📋 copy color: '#BE262C'

red 190 ◦ green 38 ◦ blue 44

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

Shades of Cardinal #BE262C

Tints of Cardinal #BE262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 69.85%
G = 13.97%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE262C (or 0xBE262C) is known color: Cardinal. HEX triplet: BE, 26 and 2C. RGB value is (190,38,44). Sum of RGB (Red+Green+Blue) = 190+38+44=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE262C is #41D9D3. Grayscale: #545454. Windows color (decimal): -4315604 or 2893502. OLE color: 2893502.

HSL color Cylindrical-coordinate representation of color #BE262C: hue angle of 357.63º 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 #BE262C is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 44 -
CMYK 0 0.8 0.77 0.25
HSL 357.63º 0.67% 0.45% -
HSV(B) 357.63º 0.8% 0.75% -
XYZ 22.38 12.52 3.62 -
YUV 84.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 190 38 44 0 0.8 0.77 0.25 357.63 0.67 0.45
Hex BE 26 2C 0 50 4D 19 166 43 2D
Octal 276 46 54 0 120 115 31 546 103 55
Binary 10111110 100110 101100 0 1010000 1001101 11001 101100110 1000011 101101

Color Harmonies of #BE262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE262C

Black with #BE262C

Text Example


Text Example

White with #BE262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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