Html Css Color HEX #B72730 Cardinal

📋 copy color: '#B72730'

red 183 ◦ green 39 ◦ blue 48

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

Shades of Cardinal #B72730

Tints of Cardinal #B72730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 67.78%
G = 14.44%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B72730 (or 0xB72730) is known color: Cardinal. HEX triplet: B7, 27 and 30. RGB value is (183,39,48). Sum of RGB (Red+Green+Blue) = 183+39+48=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72730 is #48D8CF. Grayscale: #535353. Windows color (decimal): -4774096 or 3155895. OLE color: 3155895.

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

Color convert

RGB 183 39 48 -
CMYK 0 0.79 0.74 0.28
HSL 356.25º 0.65% 0.44% -
HSV(B) 356.25º 0.79% 0.72% -
XYZ 20.79 11.73 3.97 -
YUV 83.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 183 39 48 0 0.79 0.74 0.28 356.25 0.65 0.44
Hex B7 27 30 0 4F 4A 1C 164 41 2C
Octal 267 47 60 0 117 112 34 544 101 54
Binary 10110111 100111 110000 0 1001111 1001010 11100 101100100 1000001 101100

Color Harmonies of #B72730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72730

Black with #B72730

Text Example


Text Example

White with #B72730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72730; }

 p { color: rgb(183,39,48); }

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

background-color css

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

 a { background-color: rgb(183,39,48); }

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

border-color css

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

 span { border-color: rgb(183,39,48); }

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