Html Css Color HEX #B72335 Cardinal

📋 copy color: '#B72335'

red 183 ◦ green 35 ◦ blue 53

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

Shades of Cardinal #B72335

Tints of Cardinal #B72335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 67.53%
G = 12.92%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B72335 (or 0xB72335) is known color: Cardinal. HEX triplet: B7, 23 and 35. RGB value is (183,35,53). Sum of RGB (Red+Green+Blue) = 183+35+53=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72335 is #48DCCA. Grayscale: #515151. Windows color (decimal): -4775115 or 3482551. OLE color: 3482551.

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

Color convert

RGB 183 35 53 -
CMYK 0 0.81 0.71 0.28
HSL 352.7º 0.68% 0.43% -
HSV(B) 352.7º 0.81% 0.72% -
XYZ 20.77 11.53 4.5 -
YUV 81.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 183 35 53 0 0.81 0.71 0.28 352.7 0.68 0.43
Hex B7 23 35 0 51 47 1C 161 44 2B
Octal 267 43 65 0 121 107 34 541 104 53
Binary 10110111 100011 110101 0 1010001 1000111 11100 101100001 1000100 101011

Color Harmonies of #B72335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72335

Black with #B72335

Text Example


Text Example

White with #B72335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72335; }

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

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

background-color css

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

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

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

border-color css

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

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

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