Html Css Color HEX #BB233F Cardinal

📋 copy color: '#BB233F'

red 187 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #BB233F

Tints of Cardinal #BB233F

RGB

 RED value IS 187 (73.44% from 255) = 65.61%

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 65.61%
G = 12.28%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB233F (or 0xBB233F) is known color: Cardinal. HEX triplet: BB, 23 and 3F. RGB value is (187,35,63). Sum of RGB (Red+Green+Blue) = 187+35+63=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB233F is #44DCC0. Grayscale: #535353. Windows color (decimal): -4512961 or 4137915. OLE color: 4137915.

HSL color Cylindrical-coordinate representation of color #BB233F: hue angle of 348.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB233F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 63 -
CMYK 0 0.81 0.66 0.27
HSL 348.95º 0.68% 0.44% -
HSV(B) 348.95º 0.81% 0.73% -
XYZ 21.99 12.13 5.88 -
YUV 83.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 187 35 63 0 0.81 0.66 0.27 348.95 0.68 0.44
Hex BB 23 3F 0 51 42 1B 15D 44 2C
Octal 273 43 77 0 121 102 33 535 104 54
Binary 10111011 100011 111111 0 1010001 1000010 11011 101011101 1000100 101100

Color Harmonies of #BB233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB233F

Black with #BB233F

Text Example


Text Example

White with #BB233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB233F; }

 p { color: rgb(187,35,63); }

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

background-color css

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

 a { background-color: rgb(187,35,63); }

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

border-color css

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

 span { border-color: rgb(187,35,63); }

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