Html Css Color HEX #BE233C Cardinal

📋 copy color: '#BE233C'

red 190 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #BE233C

Tints of Cardinal #BE233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

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

R = 66.67%
G = 12.28%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE233C (or 0xBE233C) is known color: Cardinal. HEX triplet: BE, 23 and 3C. RGB value is (190,35,60). Sum of RGB (Red+Green+Blue) = 190+35+60=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE233C is #41DCC3. Grayscale: #545454. Windows color (decimal): -4316356 or 3941310. OLE color: 3941310.

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

Color convert

RGB 190 35 60 -
CMYK 0 0.82 0.68 0.25
HSL 350.32º 0.69% 0.44% -
HSV(B) 350.32º 0.82% 0.75% -
XYZ 22.65 12.48 5.49 -
YUV 84.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 190 35 60 0 0.82 0.68 0.25 350.32 0.69 0.44
Hex BE 23 3C 0 52 44 19 15E 45 2C
Octal 276 43 74 0 122 104 31 536 105 54
Binary 10111110 100011 111100 0 1010010 1000100 11001 101011110 1000101 101100

Color Harmonies of #BE233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE233C

Black with #BE233C

Text Example


Text Example

White with #BE233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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