Html Css Color HEX #B72340 Cardinal

📋 copy color: '#B72340'

red 183 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #B72340

Tints of Cardinal #B72340

RGB

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

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

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

R = 64.89%
G = 12.41%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B72340 (or 0xB72340) is known color: Cardinal. HEX triplet: B7, 23 and 40. RGB value is (183,35,64). Sum of RGB (Red+Green+Blue) = 183+35+64=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B72340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72340 is #48DCBF. Grayscale: #525252. Windows color (decimal): -4775104 or 4203447. OLE color: 4203447.

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

Color convert

RGB 183 35 64 -
CMYK 0 0.81 0.65 0.28
HSL 348.24º 0.68% 0.43% -
HSV(B) 348.24º 0.81% 0.72% -
XYZ 21.05 11.64 5.99 -
YUV 82.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 183 35 64 0 0.81 0.65 0.28 348.24 0.68 0.43
Hex B7 23 40 0 51 41 1C 15C 44 2B
Octal 267 43 100 0 121 101 34 534 104 53
Binary 10110111 100011 1000000 0 1010001 1000001 11100 101011100 1000100 101011

Color Harmonies of #B72340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72340

Black with #B72340

Text Example


Text Example

White with #B72340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72340; }

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

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

background-color css

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

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

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

border-color css

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

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

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