Html Css Color HEX #B22729 Cardinal

📋 copy color: '#B22729'

red 178 ◦ green 39 ◦ blue 41

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

Shades of Cardinal #B22729

Tints of Cardinal #B22729

RGB

 RED value IS 178 (69.92% from 255) = 68.99%

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

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 68.99%
G = 15.12%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B22729 (or 0xB22729) is known color: Cardinal. HEX triplet: B2, 27 and 29. RGB value is (178,39,41). Sum of RGB (Red+Green+Blue) = 178+39+41=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22729 is #4DD8D6. Grayscale: #505050. Windows color (decimal): -5101783 or 2697138. OLE color: 2697138.

HSL color Cylindrical-coordinate representation of color #B22729: hue angle of 359.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22729 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 41 -
CMYK 0 0.78 0.77 0.30
HSL 359.14º 0.64% 0.43% -
HSV(B) 359.14º 0.78% 0.7% -
XYZ 19.49 11.08 3.21 -
YUV 80.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 178 39 41 0 0.78 0.77 0.30 359.14 0.64 0.43
Hex B2 27 29 0 4E 4D 1E 167 40 2B
Octal 262 47 51 0 116 115 36 547 100 53
Binary 10110010 100111 101001 0 1001110 1001101 11110 101100111 1000000 101011

Color Harmonies of #B22729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22729

Black with #B22729

Text Example


Text Example

White with #B22729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22729; }

 p { color: rgb(178,39,41); }

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

background-color css

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

 a { background-color: rgb(178,39,41); }

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

border-color css

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

 span { border-color: rgb(178,39,41); }

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