Html Css Color HEX #B22633 Cardinal

📋 copy color: '#B22633'

red 178 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #B22633

Tints of Cardinal #B22633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 66.67%
G = 14.23%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B22633 (or 0xB22633) is known color: Cardinal. HEX triplet: B2, 26 and 33. RGB value is (178,38,51). Sum of RGB (Red+Green+Blue) = 178+38+51=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B22633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22633 is #4DD9CC. Grayscale: #515151. Windows color (decimal): -5102029 or 3352242. OLE color: 3352242.

HSL color Cylindrical-coordinate representation of color #B22633: hue angle of 354.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22633 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 51 -
CMYK 0 0.79 0.71 0.30
HSL 354.43º 0.65% 0.42% -
HSV(B) 354.43º 0.79% 0.7% -
XYZ 19.65 11.09 4.24 -
YUV 81.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 178 38 51 0 0.79 0.71 0.30 354.43 0.65 0.42
Hex B2 26 33 0 4F 47 1E 162 41 2A
Octal 262 46 63 0 117 107 36 542 101 52
Binary 10110010 100110 110011 0 1001111 1000111 11110 101100010 1000001 101010

Color Harmonies of #B22633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22633

Black with #B22633

Text Example


Text Example

White with #B22633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22633; }

 p { color: rgb(178,38,51); }

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

background-color css

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

 a { background-color: rgb(178,38,51); }

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

border-color css

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

 span { border-color: rgb(178,38,51); }

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