Html Css Color HEX #B20230 Cardinal

📋 copy color: '#B20230'

red 178 ◦ green 2 ◦ blue 48

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

Shades of Cardinal #B20230

Tints of Cardinal #B20230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 78.07%
G = 0.88%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B20230 (or 0xB20230) is known color: Cardinal. HEX triplet: B2, 02 and 30. RGB value is (178,2,48). Sum of RGB (Red+Green+Blue) = 178+2+48=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B20230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20230 is #4DFDCF. Grayscale: #3B3B3B. Windows color (decimal): -5111248 or 3146418. OLE color: 3146418.

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

Color convert

RGB 178 2 48 -
CMYK 0 0.99 0.73 0.30
HSL 344.32º 0.98% 0.35% -
HSV(B) 344.32º 0.99% 0.7% -
XYZ 18.92 9.72 3.68 -
YUV 59.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 178 2 48 0 0.99 0.73 0.30 344.32 0.98 0.35
Hex B2 2 30 0 63 49 1E 158 62 23
Octal 262 2 60 0 143 111 36 530 142 43
Binary 10110010 10 110000 0 1100011 1001001 11110 101011000 1100010 100011

Color Harmonies of #B20230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20230

Black with #B20230

Text Example


Text Example

White with #B20230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20230; }

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

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

background-color css

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

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

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

border-color css

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

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

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