Html Css Color HEX #B72640 Cardinal

📋 copy color: '#B72640'

red 183 ◦ green 38 ◦ blue 64

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

Shades of Cardinal #B72640

Tints of Cardinal #B72640

RGB

 RED value IS 183 (71.88% from 255) = 64.21%

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 64.21%
G = 13.33%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B72640 (or 0xB72640) is known color: Cardinal. HEX triplet: B7, 26 and 40. RGB value is (183,38,64). Sum of RGB (Red+Green+Blue) = 183+38+64=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B72640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72640 is #48D9BF. Grayscale: #545454. Windows color (decimal): -4774336 or 4204215. OLE color: 4204215.

HSL color Cylindrical-coordinate representation of color #B72640: hue angle of 349.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72640 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 64 -
CMYK 0 0.79 0.65 0.28
HSL 349.24º 0.66% 0.43% -
HSV(B) 349.24º 0.79% 0.72% -
XYZ 21.15 11.82 6.02 -
YUV 84.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 183 38 64 0 0.79 0.65 0.28 349.24 0.66 0.43
Hex B7 26 40 0 4F 41 1C 15D 42 2B
Octal 267 46 100 0 117 101 34 535 102 53
Binary 10110111 100110 1000000 0 1001111 1000001 11100 101011101 1000010 101011

Color Harmonies of #B72640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72640

Black with #B72640

Text Example


Text Example

White with #B72640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72640; }

 p { color: rgb(183,38,64); }

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

background-color css

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

 a { background-color: rgb(183,38,64); }

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

border-color css

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

 span { border-color: rgb(183,38,64); }

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