Html Css Color HEX #B72330 Cardinal

📋 copy color: '#B72330'

red 183 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #B72330

Tints of Cardinal #B72330

RGB

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

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

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

R = 68.8%
G = 13.16%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B72330 (or 0xB72330) is known color: Cardinal. HEX triplet: B7, 23 and 30. RGB value is (183,35,48). Sum of RGB (Red+Green+Blue) = 183+35+48=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B72330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72330 is #48DCCF. Grayscale: #505050. Windows color (decimal): -4775120 or 3154871. OLE color: 3154871.

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

Color convert

RGB 183 35 48 -
CMYK 0 0.81 0.74 0.28
HSL 354.73º 0.68% 0.43% -
HSV(B) 354.73º 0.81% 0.72% -
XYZ 20.66 11.48 3.92 -
YUV 80.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 183 35 48 0 0.81 0.74 0.28 354.73 0.68 0.43
Hex B7 23 30 0 51 4A 1C 163 44 2B
Octal 267 43 60 0 121 112 34 543 104 53
Binary 10110111 100011 110000 0 1010001 1001010 11100 101100011 1000100 101011

Color Harmonies of #B72330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72330

Black with #B72330

Text Example


Text Example

White with #B72330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72330; }

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

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

background-color css

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

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

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

border-color css

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

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

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