Html Css Color HEX #B22A30 Cardinal

📋 copy color: '#B22A30'

red 178 ◦ green 42 ◦ blue 48

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

Shades of Cardinal #B22A30

Tints of Cardinal #B22A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

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

R = 66.42%
G = 15.67%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B22A30 (or 0xB22A30) is known color: Cardinal. HEX triplet: B2, 2A and 30. RGB value is (178,42,48). Sum of RGB (Red+Green+Blue) = 178+42+48=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A30 is #4DD5CF. Grayscale: #535353. Windows color (decimal): -5101008 or 3156658. OLE color: 3156658.

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

Color convert

RGB 178 42 48 -
CMYK 0 0.76 0.73 0.30
HSL 357.35º 0.62% 0.43% -
HSV(B) 357.35º 0.76% 0.7% -
XYZ 19.72 11.33 3.94 -
YUV 83.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 178 42 48 0 0.76 0.73 0.30 357.35 0.62 0.43
Hex B2 2A 30 0 4C 49 1E 165 3E 2B
Octal 262 52 60 0 114 111 36 545 76 53
Binary 10110010 101010 110000 0 1001100 1001001 11110 101100101 111110 101011

Color Harmonies of #B22A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22A30

Black with #B22A30

Text Example


Text Example

White with #B22A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22A30; }

 p { color: rgb(178,42,48); }

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

background-color css

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

 a { background-color: rgb(178,42,48); }

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

border-color css

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

 span { border-color: rgb(178,42,48); }

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