Html Css Color HEX #BE233B Cardinal

📋 copy color: '#BE233B'

red 190 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #BE233B

Tints of Cardinal #BE233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 66.9%
G = 12.32%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE233B (or 0xBE233B) is known color: Cardinal. HEX triplet: BE, 23 and 3B. RGB value is (190,35,59). Sum of RGB (Red+Green+Blue) = 190+35+59=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE233B is #41DCC4. Grayscale: #545454. Windows color (decimal): -4316357 or 3875774. OLE color: 3875774.

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

Color convert

RGB 190 35 59 -
CMYK 0 0.82 0.69 0.25
HSL 350.71º 0.69% 0.44% -
HSV(B) 350.71º 0.82% 0.75% -
XYZ 22.63 12.46 5.35 -
YUV 84.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 190 35 59 0 0.82 0.69 0.25 350.71 0.69 0.44
Hex BE 23 3B 0 52 45 19 15F 45 2C
Octal 276 43 73 0 122 105 31 537 105 54
Binary 10111110 100011 111011 0 1010010 1000101 11001 101011111 1000101 101100

Color Harmonies of #BE233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE233B

Black with #BE233B

Text Example


Text Example

White with #BE233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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