Html Css Color HEX #B2023C Cardinal

📋 copy color: '#B2023C'

red 178 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #B2023C

Tints of Cardinal #B2023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 74.17%
G = 0.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2023C (or 0xB2023C) is known color: Cardinal. HEX triplet: B2, 02 and 3C. RGB value is (178,2,60). Sum of RGB (Red+Green+Blue) = 178+2+60=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2023C is #4DFDC3. Grayscale: #3D3D3D. Windows color (decimal): -5111236 or 3932850. OLE color: 3932850.

HSL color Cylindrical-coordinate representation of color #B2023C: hue angle of 340.23º 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 #B2023C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 60 -
CMYK 0 0.99 0.66 0.30
HSL 340.23º 0.98% 0.35% -
HSV(B) 340.23º 0.99% 0.7% -
XYZ 19.2 9.83 5.16 -
YUV 61.24 127.31 211.28 -
System Red Green Blue C M Y K H S L
Decimal 178 2 60 0 0.99 0.66 0.30 340.23 0.98 0.35
Hex B2 2 3C 0 63 42 1E 154 62 23
Octal 262 2 74 0 143 102 36 524 142 43
Binary 10110010 10 111100 0 1100011 1000010 11110 101010100 1100010 100011

Color Harmonies of #B2023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2023C

Black with #B2023C

Text Example


Text Example

White with #B2023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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