Html Css Color HEX #B72631 Cardinal

📋 copy color: '#B72631'

red 183 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #B72631

Tints of Cardinal #B72631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 67.78%
G = 14.07%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72631 (or 0xB72631) is known color: Cardinal. HEX triplet: B7, 26 and 31. RGB value is (183,38,49). Sum of RGB (Red+Green+Blue) = 183+38+49=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72631 is #48D9CE. Grayscale: #525252. Windows color (decimal): -4774351 or 3221175. OLE color: 3221175.

HSL color Cylindrical-coordinate representation of color #B72631: hue angle of 355.45º 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 #B72631 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 49 -
CMYK 0 0.79 0.73 0.28
HSL 355.45º 0.66% 0.43% -
HSV(B) 355.45º 0.79% 0.72% -
XYZ 20.78 11.68 4.06 -
YUV 82.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 183 38 49 0 0.79 0.73 0.28 355.45 0.66 0.43
Hex B7 26 31 0 4F 49 1C 163 42 2B
Octal 267 46 61 0 117 111 34 543 102 53
Binary 10110111 100110 110001 0 1001111 1001001 11100 101100011 1000010 101011

Color Harmonies of #B72631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72631

Black with #B72631

Text Example


Text Example

White with #B72631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72631; }

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

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

background-color css

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

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

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

border-color css

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

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

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