Html Css Color HEX #BE172B Cardinal

📋 copy color: '#BE172B'

red 190 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #BE172B

Tints of Cardinal #BE172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 74.22%
G = 8.98%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE172B (or 0xBE172B) is known color: Cardinal. HEX triplet: BE, 17 and 2B. RGB value is (190,23,43). Sum of RGB (Red+Green+Blue) = 190+23+43=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE172B is #41E8D4. Grayscale: #4B4B4B. Windows color (decimal): -4319445 or 2824126. OLE color: 2824126.

HSL color Cylindrical-coordinate representation of color #BE172B: hue angle of 352.81º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE172B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 23 43 -
CMYK 0 0.88 0.77 0.25
HSL 352.81º 0.78% 0.42% -
HSV(B) 352.81º 0.88% 0.75% -
XYZ 21.98 11.73 3.39 -
YUV 75.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 190 23 43 0 0.88 0.77 0.25 352.81 0.78 0.42
Hex BE 17 2B 0 58 4D 19 161 4E 2A
Octal 276 27 53 0 130 115 31 541 116 52
Binary 10111110 10111 101011 0 1011000 1001101 11001 101100001 1001110 101010

Color Harmonies of #BE172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE172B

Black with #BE172B

Text Example


Text Example

White with #BE172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE172B; }

 p { color: rgb(190,23,43); }

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

background-color css

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

 a { background-color: rgb(190,23,43); }

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

border-color css

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

 span { border-color: rgb(190,23,43); }

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